VRAMP.New()
Type: CLASS FUNCTION
Purpose: Creates a new ramp generator.
A given Vramp object can be used by more than one curve but can be used by only one curve at a time.
The following code fragment is an example of the use of a VRAMP object:
Vramp = VRAMP.New(…)Pstat.SetSignal(Vramp)Pstat.InitSignal()Pstat.SetCell(CellOn)Cpiv = CPIV.New(“CURVE”, Pstat)Cpiv.Run()Cpiv.Printl()……
Usage:
Vramp = VRAMP.New(Tag, Pstat, VInit, VFinal, ScanRate, SampleTime) Tag STRING
Object tag.
Pstat PSTATCLASS
Potentiostat that will use the signal.
VInit REAL Initial value in volts. VFinal REAL Final value in voltes. ScanRate REAL Scan rate in volts/second. SampleTime REAL Time between data-acquisition steps. Vramp VRAMP The object created.
Comments are closed.