ICONST Type: CLASS Purpose: A constant-current waveform which can be applied by a potentiostat while in the Galvanostat mode. The Iconst object encapsulates information about the applied current, the elapsed… read more →
Iconst.New() Type: CLASS FUNCTION Purpose: Creates a new constant-current signal-generator. Usage: Iconst = ICONST.New(Tag, Pstat, Current, Time, SampleTime) Tag STRING Object tag. Pstat PSTATCLASS Potentiostat that will use the… read more →
Iconst.Tweak() Type: INSTANCE FUNCTION Purpose: Changes the parameters of an existing constant-current signal-generator. Usage: Iconst = ICONST.New(Tag, Pstat, Current, Time, SampleTime) Pstat PSTATCLASS Potentiostat that will use the signal. … read more →
INDEX() Type: REGULAR FUNCTION Purpose: Produce an INDEX from some other datatype. If the quantity converted is a REAL, the number is truncated at the decimal point and converted to… read more →
Iquant.Dialog Type: LICENSE Purpose: Allows an Iquant to be edited, saved, and restored in Setup(). The Iquant is edited using the fields: Prompt [Quantity] When the operator enters a value,… read more →
IARRAY.New() Type: CLASS FUNCTION Purpose: Create a new IARRAY signal generator. Usage: IArray = IARRAY.New(Tag, Pstat, Bias, Cycles, SampleRate, VectorSignal, VectorRepeat, BiasMode) Tag STRING Object Tag Pstat PSTAT CLASS Potentiostat that… read more →
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… read more →
IARRAY Type: CLASS Purpose: The IARRAY class describes a waveform that is generated from a defined vector while in the Galvanostat mode The current applied to the cell is determined… read more →
Headline() Type: REGULAR FUNCTION Purpose: Writes a string in the Headline region of the runner window above the real-time curve display. The string is normally used to tell the operator… read more →
ExecWait() Type: REGULAR FUNCTION Purpose: Launch another Explain™ script from within Explain. As soon as the other script is launched, the parent script continues its execution. Any number of Explain… read more →