Pstatselect.PstatClass() Type: INSTANCE FUNCTION Purpose: Return the PSTAT class for the potentiostat selected by the user during Setup(). In order for the user to be able to select a potentiostat,… read more →
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… read more →
PSTATSELECT.New() Type: CLASS FUNCTION Purpose: Create and initialize a new PSTATSELECT object. Usage: Pstatselect = PSTATSELECT.New(Tag, Prompt) Tag STRING Used by Setup, Save/Restore Prompt STRING Used by Setup()… read more →
PSTATSELECT Type: CLASS Purpose: This class is used to make selecting a potentiostat device independent. By using a device-independent class for selecting a potentiostat, scripts do not need to know the… read more →
Pstat.VchOffset() Type: INSTANCE FUNCTION Purpose: Report the offset voltage of the voltage channel. Usage: Result = Pstat.VchOffset() Result REAL The offset voltage Related Topics
Pstat.VchRange() Type: INSTANCE FUNCTION Purpose: Report the voltage channel range. Usage: RangeSet = Pstat.VchRange() RangeSet INDEX Voltage for 30 000 counts on A/D 0 = 0.03… read more →
PstatActiveBitmap() Type: REGULAR FUNCTION Purpose: Return the active potentiostats as BITS so a selector object can be formatted appropriately. This function is used in scripts which require a potentiostat. It… read more →
Pstatselect.CreatePstat() Type: INSTANCE FUNCTION Purpose: Create a PSTAT object of the appropriate type for the potentiostat selected by the user during Setup(). In order for the user to be able… read more →
Pstatselect.FraCurveClass() Type: INSTANCE FUNCTION Purpose: Return the FRACURVE class for the potentiostat selected by the user during Setup(). In order for the user to be able to select a potentiostat,… read more →
Pstat.TestVchFilter() Type: INSTANCE FUNCTION Purpose: Report an index stating the appropriate VchFilter setting, given a desired frequency. This function is automatically called when the SetVchFilter function is used. The potentiostat… read more →