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:
- Invalid MuxNumber setting.
- ECM8 not configured in Gamry.ini file.
- ECM8 not operational (power must be on).
- RS-232 communications failed (wrong baud rate, no cable etc.).
Usage: Status = MUX.Open()
Status |
BOOL |
Success flag. TRUE if Mux opened OK. FALSE if function failed. |
Comments are closed.