MT Open Session VI

LabView Digital Modulation

MT Open Session VI

Creates an empty modulation session refnum. When the modulation session refnum is created, navigate to the All Functions»Application Control palette and drop an empty property node on the block diagram. When you wire the modulation session refnum into the property node, the property node displays the name Modulation Toolkit as its title. You can either write (set) or read (get) attributes using the property node.

MT Open Session

ccclst.gif

error in (no error) can accept error information wired from previously called VIs. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs. Right-click the front panel error in control and select Explain Error or Explain Warning from the shortcut menu for more information about the error.

cbool.gif

status is TRUE (X) if an error occurred or FALSE (checkmark) to indicate a warning or that no error occurred. Right-click the front panel error in control and select Explain Error or Explain Warning from the shortcut menu for more information about the error.

ci32.gif

code identifies the error or warning code. Right-click the front panel error in control and select Explain Error or Explain Warning from the shortcut menu for more information about the error.

cstr.gif

source describes the origin of the error or warning. Right-click the front panel error in control and select Explain Error or Explain Warning from the shortcut menu for more information about the error.

irn.gif

modulation session returns the modulation session refnum that can be used to configure the behavior and operation of the appropriate Modulation Toolkit VI that accepts the modulation session refnum at its input. Use the MT Close Session VI to close the modulation session.

Note   You may navigate to the Application Control subpalette, located on the Functions»Programming palette, and place a property node on the block diagram. After you wire the modulation session refnum to the property node input, all the modulation-specific attributes are accessible.

Remember to free the modulation session refnum using the MT Close Modulation Session VI before the completion of execution to avoid possible memory overhead issues.

icclst.gif

error out passes error or warning information out of a VI to be used by other VIs. Right-click the front panel error out indicator and select Explain Error or Explain Warning from the shortcut menu for more information about the error.

ibool.gif

status is TRUE (X) if an error occurred or FALSE (checkmark) to indicate a warning or that no error occurred. Right-click the front panel error out indicator and select Explain Error or Explain Warning from the shortcut menu for more information about the error.

ii32.gif

code is the error or warning code. Right-click the front panel error out indicator and select Explain Error or Explain Warning from the shortcut menu for more information about the error.

istr.gif

source describes the origin of the error or warning. Right-click the front panel error out indicator and select Explain Error or Explain Warning from the shortcut menu for more information about the error.