MT Set Attributes VI

LabView Analog Modulation

MT Set Attributes VI

Sets and asserts user-specified values for all read/write Modulation Toolkit attributes.

To set attributes, complete the following steps:

  1. Place the MT Set Attributes VI on a block diagram.
  2. Right-click the Bundle by Name primitive, as shown in the following figure.
  3. Go to the Select Item option on the pop-up menu and navigate to the attribute(s) of interest.
Note  Refer to Modulation VI Attributes for a full explanation of all attributes.

MT Set Attributes

ccclst.gif

receiver info in specifies information related to the downconversion process, carrier frequency, and VI references used by the MT processing VIs. Wire the receiver info out of the previous MT VI to this input.

ccclst.gif

error in (no error) accepts 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 displayed.

cbool.gif

status is either TRUE (X) for an error, or FALSE (checkmark) for no error or a 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 displayed.

ci32.gif

code identifies 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 displayed.

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 displayed.

icclst.gif

receiver info out returns information related to the downconversion process, carrier frequency, and VI references used by the MT processing VIs from one MT VI to the next. This information is stored as attributes. Wire this parameter to the receiver info in parameter of the next MT VI.

icclst.gif

attributes returns a wire to the Unbundle by Name primitive when you drop this VI. On the block diagram, view Modulation Toolkit attribute settings by right-clicking the Unbundle by Name primitive and using the Select Item menu option.

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 displayed.

ibool.gif

status is either TRUE (X) for an error, or FALSE (checkmark) for no error or a 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 displayed.

ii32.gif

code identifies 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 displayed.

istr.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 displayed.