Pstat.SetScan()
Pstat.SetScan()
Type: INSTANCE FUNCTION
Purpose: Set scan voltage.
This signal is first summed with the Scan, DDS signal, and External signal. It is then sent to the potentiostat’s signal input.
In Potentiostat mode, this sum is applied to the cell.
In Galvanostat mode, the applied current is given by:
Icell = Irange × (V/3)
where V = Bias to be applied (REAL)
NOTE: This function is usually superseded by the Signal Generator.
Usage: Result = Pstat.SetScan(Bias)
Bias | REAL | Bias to be applied, in volts. | |
Result | REAL |
Returns bias as set. |
Comments are closed.