VARRAY.Tweak()
VARRAY.Tweak()
Type: INSTANCE FUNCTION
Purpose: Modify an existing VArray signal generator.
Usage: Varray = VARRAY.Tweak(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 |
Bias Mode | INDEX |
Enter ‘0’ for no bias, enter ‘1’ to add bias to each signal value |
Varray | VARRAY | The object created |
Comments are closed.