VCONST.New() Type: CLASS FUNCTION Purpose: Create a new constant voltage signal generator. Usage: Vconst = VCONST.New(Tag, Pstat, Voltage, Time, SampleTime) Tag STRING Object tag. Pstat PSTATCLASS Potentiostat that… read more →
VARRAY Type: CLASS Purpose: The VARRAY class describes a waveform that is generated from a defined vector while in the Potentiostat mode The voltage applied to the cell is determined… read more →
Twoparam.Printl() Type: INSTANCE FUNCTION Purpose: Print a Twoparam to the current Output file. The Twoparam is printed in the format: Tag <tab> TWOPARAM <tab> BOOL <tab> REAL1 <tab> REAL2 <tab>… read more →
Twoparam.SetV1() Type: INSTANCE FUNCTION Purpose: Set the current value of the first REAL embedded in a Twoparam. Returns the value which was just set. Usage: Twoparam.SetV1(Value) … read more →
Twoparam.SetV2() Type: INSTANCE FUNCTION Purpose: Set the current value of the second REAL embedded in a Twoparam. Returns the value which was just set. Usage: Twoparam.SetV2(Value) … read more →
Twoparam.V1() Type: INSTANCE FUNCTION Purpose: Copy the current value of the first REAL embedded in a Twoparam into a REAL. Usage: Value = Twoparam.V1() Value… read more →
Twoparam.V2() Type: INSTANCE FUNCTION Purpose: Copy the current value of the second REAL embedded in a Twoparam into a REAL. Usage: Value = Twoparam.V2() Value… read more →
VARRAY.New() Type: CLASS FUNCTION Purpose: Create a new VARRAY signal generator. Usage: Varray = VARRAY.New(Tag, Pstat, Bias, Cycles, SampleRate, VectorSignal, VectorRepeat, BiasMode) Tag STRING Object Tag Pstat PSTAT CLASS Potentiostat that… read more →
VariableAndUnits Class Functions New MyVariable = VARIABLEANDUNITS.New (Tag, Value, UnitsDesc, Index, SIUnitDesc, UnitsMultiplier, Prompt) Tag STRING Unique Identifier Value REAL Initial value UnitsDesc VECTOR of STRING VECTOR containing the descriptive… read more →
Toggle.Sprint() Type: INSTANCE FUNCTION Purpose: Print the toggle value to a string. Usage: Result = Toggle.Sprint() Switch BOOL The current value of the Toggle … read more →