Type:LICENSE Purpose: Create a new Idstep signal generator.
Type:LICENSE Purpose: The Signal license is required by curve objects. The actual script text doesn’t refer to the license.
Type: CLASS Purpose: The IDSTEP class describes a three-part current-step waveform which can be applied by a potentiostat while in the Galvanostat mode. The Idstep object encapsulates information about the… read more →
Type: CLASS FUNCTION Purpose: Create a new Idstep signal generator. Usage: Idstep = IDSTEP.New(Tag,Pstat,IInit,TInit,IStep1,TStep1 IFinal,TFinal,SampleTime) Tag STRING Object tag Pstat PSTATCLASS Potentiostat that will use the signal IInit REAL Initial value… read more →
Type: INSTANCE FUNCTION Purpose: Used to avoid premature stopping of a curve because of noise creating a false reading for a StopAt test. Requires StopAt criterion be met for a… read more →
Type: INSTANCE FUNCTION Purpose: Set up threshold conditions which must be met before ChronoP.StopAt() tests are performed. When any of the threshold tests is met, the StopAt criteria are evaluated… read more →
Type: INSTANCE FUNCTION Purpose: Create and return an object of the class DATACOL. The object contains data extracted from one column of the CHRONOC object’s data array. The data, once… read more →
Type: INSTANCE FUNCTION Purpose: Return the current title of the curve. Usage: Title = ChronoP.Title() Title STRING The current title of the curve.
Type: INSTANCE FUNCTION Purpose: Set up threshold conditions which must be met before ChronoA.StopAt() tests are performed. When any of the threshold tests is met, the StopAt criteria are evaluated… read more →
Type: INSTANCE FUNCTION Purpose: Print the status of the ChronoP to a string. The object’s tag and last acquired data point are printed in the format: Tag,PointNumber Usage: Result =… read more →