Pstatselect.Selector()
Pstatselect.Selector()
Type: INSTANCE FUNCTION
Purpose: Create a selector object which contains a list of the potentiostats currently installed in the system.
This function is usually used in conjunction with the Setup() function to allow the user to select a potentiostat for use in an experiment. The Style information is used only when one or more of the potentiostats in the system is already in use. If a potentiostat is already in use, its name has the selected Style.
Usage: Selector = Pstatselect.Selector (Style)
Style | INDEX |
The style to use when a potentiostat is already in use. 0 = Normal (No special style) 1 = Asterisk (* appears after label) 2 = Disabled (label grayed out) or use the predefined constants SELECTOR_NORMAL SELECTOR_ASTERISK SELECTOR_DISABLED |
|
Selector | SELECTOR | The selector object. |
Comments are closed.