Mux.Open()

Mux.Open()

Type: INSTANCE FUNCTION

Purpose: Acquires the use of an ECM8.

The ECM8 associated with the MUX object must be connected and operational when this function is called.

This function must be called prior to calling any other MUX object ifunctions.

Mux.Open() also initializes the ECM8 hardware to the following settings:

  • All channels are turned off.
  • The off mode for all channels is set to open.
  • All channel DACs are set to 0.000 volts.

Mux.Open(false) initializes the ECM8 hardware without changing the above settings.

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

Usage: Status = MUX.Open()

 

Status

BOOL

Success flag.

TRUE if Mux opened OK.

FALSE if function failed.

Related Topics Link IconRelated Topics