IMX.New()

Type: CLASS FUNCTION

Purpose: Creates a new IMX object.

This object is a software construct that must be associated with a physical IMX8 before it is useful.

Similar to Pstat objects, an IMX object does not need to be associated with specific IMX8 hardware when IMX.New() is called. If a system contains more than one IMX8, the user can select among the available multiplexers in the Setup() function's dialog box.

The associated IMX8 is identified by a IMXNo variable.

Usage: IMX.New(Tag, PstatSection, IMXNo, Prompt)

 

Tag

STRING

Used in Save/Restore, File Output to identify and label the IMX object.

  PstatSection STRING

Section string of potentiostat that is paired with the IMX8. This is the string that identifies each potentiostat in the INI file, e.g., "IFC1010-01860".

 

IMXNo

INDEX

or

Indicates which physical IMX8 is associated with the IMX object. Range is 1 to 4.

    NIL Indicates no IMX8 associated yet. The IMX8 is selected in Setup().
  Prompt STRING Used in Setup() to identify the ECM8 selection line.

Related Topics IconRelated Topics