The layout of GIM is shown below: Instrument List In the left pane is the list of all instruments that are currently, or have previously been connected to the computer.… read more →
Yield() Type: REGULAR FUNCTION Purpose: Allows other Windows® applications to run, by temporarily suspending the Explain™ script. Control returns to the Explain script when Windows has nothing else to do.… read more →
Tier Change Use the Tier Change tool when you upgrade an instrument from version 6 to version 7 software, or when you buy an instrument upgrade. Do the following: Click… read more →
VARRAY.Tweak() Type: INSTANCE FUNCTION Purpose: Modify an existing VArray signal generator. Usage: Varray = VARRAY.Tweak(Tag, Pstat, Bias, Cycles, SampleRate, VectorSignal, VectorRepeat, BiasMode) Tag STRING Object Tag Pstat PSTAT CLASS Potentiostat that… read more →
VCONST.New() Type: CLASS FUNCTION Purpose: Create a new constant voltage signal generator. Usage: Vconst = VCONST.New(Tag, Pstat, Voltage, Time, SampleTime) Tag STRING Object tag. Pstat PSTATCLASS Potentiostat that… read more →
Vconst.Tweak() Type: INSTANCE FUNCTION Purpose: Changes the parameters of an existing constant-voltage signal-generator. Usage: Vconst.Tweak(Pstat, Voltage, Time, SampleTime) Pstat PSTATCLASS Potentiostat that uses the signal. Voltage REAL Applied voltage… read more →
VCONST Type: CLASS Purpose: A constant-voltage waveform which can be applied by a potentiostat/galvanostat/zra while in the Potentiostat mode. The VCONST object encapsulates information about the applied voltage, the elapsed… read more →
VectorCount() Type: REGULAR FUNCTION Purpose: Returns the dimension of a VECTOR object. Usage: Dimension = VectorCount(Vector) Dimension INDEX The maximum number of elements in Vector. Vector VECTOR A VECTOR… read more →
VectorNew() Type: REGULAR FUNCTION Purpose: Generates a new VECTOR. A VECTOR is a linear array that can hold any Explain™ datatype or object. The number—but not the type—of the VECTOR‘s… read more →
Warning() Type: REGULAR FUNCTION Purpose: Display a warning message for the operator. Operator must click OK before the script continues. Usage: Warning(Message) Message STRING The text in the Warning… read more →