Pstat.Ground() Type: INSTANCE FUNCTION Purpose: Read the current status of the ground isolation switch. Usage: State = Pstat.Ground() State FLOAT Potentiostat floating ground is isolated… read more →
Pstat.GstatRatio() Type: INSTANCE FUNCTION Purpose: Returns the number of amperes/input volt generated when in galvanostat mode. It is sensitive to sign convention (See Pstat.SetConvention) because amperes are defined differently by… read more →
Pstat.DigitalIn() Type: INSTANCE FUNCTION Purpose: Read the digital input bits on the potentiostat’s Misc. I/O connector. There are four uncommitted digital inputs in the Misc. I/O connector. The bits are… read more →
Pstat.DigitalOut() Type: INSTANCE FUNCTION Purpose: Read the current digital-output setting. See Pstat.SetDigitalOutput() for more information. Usage: Setting = Pstat.DigitalOut() Setting BITS The current Output setting… read more →
Pstat.ExtSrceEnable() Type: INSTANCE FUNCTION Purpose: Report the current state of the External Source Input to the potentiostat. See Pstat.SetDigitalOutput() for more information. Usage: State = Pstat.ExtSrceEnable() … read more →
Pstat.FindIERange() Type: INSTANCE FUNCTION Purpose: FindIERange() acquires several current points, adjusting the current range after each point is taken. Use it before starting a scan, to determine the optimum current… read more →
Pstat.FindIchRange() Type: INSTANCE FUNCTION Purpose: FindIchRange() acquires several current points, adjusting the current range after each point is taken. Use it before starting a scan, to determine the optimum current… read more →
Pstat.DDSEnable() Type: INSTANCE FUNCTION Purpose: Report the current state of the DDS sine-wave synthesizer Usage: State = Pstat.DDSEnable() State BOOL TRUE = Turn on FALSE… read more →
Pstat.DDSFreq() Type: INSTANCE FUNCTION Purpose: Report the current frequency of the DDS sine-wave synthesizer Usage: Freq = Pstat.DDSFreq() Freq REAL Current DDS frequency (Hz) Related Topics
Pstat.Close() Type: INSTANCE FUNCTION Purpose: Free the potentiostat from this experiment. Allow it to be used in other experiments. Usage: Pstat.Close() This is used on PC5 and PCI4 instruments. Related… read more →