Pstatselect.Selector()

<< Click to Display Table of Contents >>

Navigation:  Explain™ Control Language  > Library Routines > Instrument classes > class PSTATSELECT >

Pstatselect.Selector()

Description

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.

 

Type

INSTANCE FUNCTION

 

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.