VectorCount() Type: REGULAR FUNCTION Purpose: Returns the dimension of a VECTOR object. Usage: Dimension = VectorCount(Vector) Dimension INDEX The maximum number of elements in Vector. Vector VECTOR A VECTOR… 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 →
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 Type: CLASS Purpose: Allows the creation of a complex object consisting of one BOOL and two REALs bundled into one object. The advantage of bundling is that a TWOPARAM… read more →