Pstat.SetPosFeedResistance() Type: INSTANCE FUNCTION Purpose: Sets the uncompensated resistance value used during positive feedback. Positive feedback is enabled when performing positive-feedback IR-compensation. Enable the positive feedback mode before making this… read more →
Pstat.SetScan() Type: INSTANCE FUNCTION Purpose: Set scan voltage. This signal is first summed with the Scan, DDS signal, and External signal. It is then sent to the potentiostat’s signal input.… read more →
Pstat.SetIERange() Type: INSTANCE FUNCTION Purpose: Set the current range. You can either set an absolute current range or set current range to a range large enough to measure a given… read more →
Pstat.SetIERangeLowerLimit() Type: INSTANCE FUNCTION Purpose: Set the lower limit of the IERange. This limit is used when the potentiostat is making autorange decisions. By setting this lower limit, you can… read more →
Pstat.SetIchFilter() Type: INSTANCE FUNCTION Purpose: Pstat.SetIchFilter() sets the filter on the current-measuring channel. This is a different filter than the I/E Filter described in the SetStability() section. It has no… read more →
Pstat.SetIchOffset() Type: INSTANCE FUNCTION Purpose: Set the DC offset voltage in the current channel. The actual offset circuitry may be implemented in the potentiostat or in the FRA. Not all… read more →
Pstat.SetIchOffsetEnable() 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… read more →
Pstat.SetIchRange() Type: INSTANCE FUNCTION Purpose: Sets and reports the current channel range. The function Pstat.SetIchRange can used either with an absolute range ( INDEX ) or a measured voltage (… read more →
Pstat.SetIchRangeMode() Type: INSTANCE FUNCTION Purpose: Enable or disable current channel measurement autoranging. If autoranging is enabled (on), after each current channel measurement is made, the current channel measurement range is… read more →
Pstat.SetExtSrcEnable() Type: INSTANCE FUNCTION Purpose: Turn the DDS sine-wave synthesizer on or off. Usage: Result = Pstat.SetDDSEnable(State) State BOOL TRUE = Turn on FALSE =… read more →