Pstat.TestIchFilter() Type: INSTANCE FUNCTION Purpose: Report an index stating the appropriate IchFilter setting, given a desired frequency. This function is automatically called when the SetIchFilter function is used. The potentiostat… read more →
Pstat.TestIchRange() Type: INSTANCE FUNCTION Purpose: Finds the optimum voltage range of the current channel to maximize the resolution of the A/D converter. Usage: Range = Pstat.TestIchRange(Voltage) … read more →
Pstat.SetVchOffset() Type: INSTANCE FUNCTION Purpose: Set the DC offset voltage in the voltage channel. The actual offset circuitry may be implemented in the potentiostat or in the FRA. Not all… read more →
Pstat.SetVchOffsetEnable() Type: INSTANCE FUNCTION Purpose: Enable or Disable post-potentiostat offset correction. This allows the DC component of a measured voltage signal to be removed. Removal of this DC component allows… read more →
Pstat.SetVchRange() Type: INSTANCE FUNCTION Purpose: Set voltage-channel range. The function Pstat.SetVchRange can set either an absolute range or a measured voltage. Usage: RangeSet = Pstat.SetVchRange(Range) … read more →
Pstat.SetVchRangeMode() Type: INSTANCE FUNCTION Purpose: Enable or disable voltage channel measurement autoranging. If autoranging is enabled (on), after each voltage channel measurement is made, the voltage channel measurement range is… read more →
Pstat.SetVoltage() Type: INSTANCE FUNCTION Purpose: Provide a way to quickly and easily set the cell voltage in Potentiostat mode. This function does not use or allow for current-interrupt IR-compensation. The… read more →
Pstat.Sprint() Type: INSTANCE FUNCTION Purpose: Print the potentiostat object in a string. The string contains just the potentiostat number. Usage: Result = Pstat.Sprint() Result STRING… read more →
Pstat.Stability() Type: INSTANCE FUNCTION Purpose: Report the potentiostat I/E Stability setting. Usage: Switch = Pstat.Stability() Switch INDEX The setting. Related Topics
Pstat.SetStability() Type: INSTANCE FUNCTION Purpose: Set the I/E converter stability for potentiostat mode. There are four settings for stability: Fast (0) MediumFast (1) Medium or Normal (2) Slow (3) with… read more →