VARRAY.New()
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 uses the signal |
Bias | REAL |
Signal bias in volts |
Cycles | INDEX | Number of cycles to run signal |
SampleRate | REAL |
Time between data-acquisition steps in seconds |
VectorSignal | VECTOR |
Vector in which the voltage signal points are defined |
VectorRepeat | VECTOR |
Vector that defines how many times each step in the VectorSignal is repeated |
BiasMode | INDEX | Enter ‘0’ for no bias, enter ‘1’ to add bias to each signal value |
Varray | VARRAY | The object created |
Comments are closed.