Pstat.SetConvention()
Pstat.SetConvention()
Type: INSTANCE FUNCTION
Purpose: Set the current reporting convention to either Anodic = Positive or Cathodic = Positive.
Usage: SwitchSet = Pstat.SetConvention(Switch)
Switch | INDEX |
0 = Anodic Positive (Corrosion convention) 1 = Cathodic Positive (Voltammetry convention) |
|
SwitchSet | INDEX | The new current convention. |
Two constants have been set to make code reading easier:
Anodic (0)
Cathodic (1)
Comments are closed.