Pstat.SetGround() Type: INSTANCE FUNCTION Purpose: Connect/disconnect the potentiostat’s floating ground to/from Earth ground. Earth grounding the potentiostat can lower noise on cells that are isolated from earth ground. Usage: Pstat.SetGround(Switch)… read more →
Pstat.SetDDSFreq() Type: INSTANCE FUNCTION Purpose: Sets the frequency of the DDS sine-wave synthesizer. The upper and lower limits vary based on the instrument. Usage: Freq = Pstat.SetDDSFreq() … read more →
Pstat.SetDigitalOut() Type: INSTANCE FUNCTION Purpose: Control external devices using the digital outputs available on the potentiostat’s Misc. I/O connector. There are four bits of uncommitted digital output on the Misc.… read more →
Pstat.SetElectrometer() Type: INSTANCE FUNCTION Purpose: Set the electrometer in the potentiostat. Usage: Pstat.SetElectrometer(State) State: ELECTROMETER The choices are: ElectrometerNormal ElectrometerHighV ElectrometerRE ElectrometerCS
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 →
Pstat.SetCASpeed() Type: INSTANCE FUNCTION Purpose: Pstat.SetCASpeed() sets the roll-off filter on the potentiostat control amp. It can be varied from 0 to 3, with 0 being the fastest speed. The… read more →
Pstat.SetCalDate() Type: INSTANCE FUNCTION Purpose: Pstat.SetCalDate is used to write the calibration date to either the GAMRY5.INI file for PCI4 family instruments, or to non-volatile memory in PC5 family instruments.… read more →
Pstat.SetCalibKey() Type: INSTANCE FUNCTION Purpose: Set the current value of the specified Calibration Key. These values are set in the calibration scripts and should not be modified. If you attempt… read more →
Pstat.SetCell() Type: INSTANCE FUNCTION Purpose: Turn on/off the Cell Switch and return the current state of the Cell Switch. Usage: SwitchSet = Pstat.SetCell(Switch) SwitchSet, Switch… read more →
Pstat.SetConvention() Type: INSTANCE FUNCTION Purpose: Set the current reporting convention to either Anodic = Positive or Cathodic = Positive. Usage: SwitchSet = Pstat.SetConvention(Switch) Switch INDEX… read more →