Post Reply 
How to check S1 (Symbolic View) inside a program?
11-18-2019, 03:03 AM
Post: #1
How to check S1 (Symbolic View) inside a program?
I have an expression in a program I am writing for a variable capacitor lab:
Code:

  S1 := {"C1","C2","",13,"Q/((D/X)+C)",#FF:24h,1,#FF:24h};

I will be using S1 to draw a user-defined curve through data points. S1 is set up the way I want, except for one thing - the checkmark one would see in "Symb" view is unchecked so the curve doesn't appear in the plot view. Other than checking S1 interactively, can the checkmark be set within a program?

The documentation discusses the structure for setting symbolic view variables, but I can't find a flag variable associated with the checkmark.
Find all posts by this user
Quote this message in a reply
11-18-2019, 03:21 AM
Post: #2
RE: How to check S1 (Symbolic View) inside a program?
Look at the app functions, CHECK, ISCHECK and UNCHECK

Smile

TW

Although I work for HP, the views and opinions I post here are my own.
Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)