MUX.New()
MUX.New()
Type: CLASS FUNCTION
Purpose: Creates a new MUX object.
This object is a software construct that must be associated with a physical ECM8 before it is useful.
Similar to Pstat objects, a MUX object does not need to be associated with specific ECM8 hardware when MUX.New() is called. If a system contains more than one ECM8, the user can select among the available multiplexers in the Setup() function’s dialog box.
The associated ECM8 is identified by a MuxNo variable.
Usage: MUX.New(Tag, MuxNo, Prompt)
Tag |
STRING |
Used in Save/Restore, File Output to identify and label the MUX object. |
|
MuxNo |
INDEX or |
Indicates which physical ECM8 is associated with the MUX object. Range is 1 to 4. |
|
NIL | Indicates no ECM8 associated yet. The ECM8 is selected in Setup(). | ||
Prompt | STRING | Used in Setup() to identify the ECM8 selection line. |
Comments are closed.