IARRAY.Tweak()
IARRAY.Tweak()
Type: INSTANCE FUNCTION
Purpose: Modify an existing IArray signal generator.
Usage: Iarray = IARRAY.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 amperes |
Cycles | INDEX |
Number of cycles to run signal |
SampleRate | REAL | Time between data-acquisition steps in seconds |
VectorSignal | VECTOR | Vector in which the current 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.