IMX.Open()

<< Click to Display Table of Contents >>

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

IMX.Open()

Description

Acquire the use of an IMX8.

 

The IMX8 associated with the class IMX object must be connected and operational when this function is called.

 

This function must be called prior to calling any other IMX object functions.

 

IMX.Open() also initializes the IMX8 hardware to the following settings:

All channels are turned off.

The Offmode for all channels is set to open.

All channel DACs are set to 0.000 volts.

 

IMX.Open(FALSE) initializes the IMX8 hardware without changing the above settings.

 

IMX.Open() can fail for a variety of reasons. These include:

Invalid IMX8Number setting.

IMX8 not configured in Gamry.INI file.

IMX8 not operational (power must be on).

RS-232 communications failed (wrong baud rate, no cable etc.).

 

Type

INSTANCE FUNCTION

 

Usage

Status = IMX.Open()

 

Status

BOOL

Success flag:

TRUE = IMX8 opened OK.

FALSE = function failed.