Pstat.SetAchOffset() 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.SenseSpeed() Type: INSTANCE FUNCTION Purpose: Return which I/E electrometer (Fast or Slow) is currently being used (PCI4 Femtostat Only). Usage: State = Pstat.SenseSpeed() State SenseSlow… read more →
Pstat.SenseSpeedMode() Type: INSTANCE FUNCTION Purpose: Returns the status of the Sense Speed auto-set mode. NOTE: PCI4 Femtostat ONLY Usage: State = Pstat.SenseSpeedMode() State TRUE Sense Speed… read more →
Pstat.SerialNo() Type: INSTANCE FUNCTION Purpose: Returns the potentiostat Serial Number. Usage: Serial = Pstat.SerialNo() Serial INDEX Potentiostat serial number. Related Topics
Pstat.Open() Type: INSTANCE FUNCTION Purpose: Acquire the use of a given potentiostat. If the potentiostat doesn’t exist or is being used in another experiment, report an error and return the… read more →
Pstat.PosFeedEnable() Type: INSTANCE FUNCTION Purpose: Return the current status of the enable state of the Positive Feedback DAC. Usage: Enable = Pstat.PosFeedEnable() Enable BOOL TRUE Positive… read more →
Pstat.PosFeedResistance() Type: INSTANCE FUNCTION Purpose: Return the value of the uncompensated resistance in ohms. Usage: Resistance = Pstat.PosFeedResistance() Resistance REAL The value of the uncompensated… read more →
Pstat.Printl() Type: INSTANCE FUNCTION Purpose: Print which potentiostat is being used. The output from Pstat.Printl() looks like: Tag <tab> PSTAT <tab> Label <tab> Potentiostat where the third field, Label, is… read more →
Pstat.ScanLimitAC() Type: INSTANCE FUNCTION Purpose: Report the maximum RMS signal the potentiostat can deliver. Usage: Result = Pstat.ScanLimitAC() Result REAL Maximum RMS signal that can be… read more →
Pstat.Section() Type: INSTANCE FUNCTION Purpose: Returns the potentiostat Section String from the GAMRY.INI file. This is the string that identifies each potentiostat in the INI file. e.g., “PCI4300-01234” Usage: PstatString… read more →