Pstatselect.FraCurveClass()

<< Click to Display Table of Contents >>

Navigation:  Explain™ Control Language  > Library Routines > Instrument classes > class PSTATSELECT >

Pstatselect.FraCurveClass()

Description

Return the class FRACURVE class for the potentiostat selected by the user during Setup().

 

In order for the user to be able to select a potentiostat, a call to Pstatselect.Selector() needs to be passed to the Setup() function. This function is used mainly for impedance scripts which will use either an external or built-in FRA. This function is used to allow for device-independent scripts.

 

Type

INSTANCE FUNCTION

 

Usage

FRACURVE = Pstatselect.FraCurveClass (Key)

 

Key

STRING

The Key in the GAMRY.INI file which contains the information regarding the FRACURVE class of the selected potentiostat (usually "FraCurveClass").

FRACURVE

CLASS

The FRACURVE class of the selected potentiostat.