IviUpconverter Create Frequency Gain List [LST]
IviUpconverterList Capability Group
This VI creates a named list of frequency and gain value pairs.
instrument handle The instrument handle that you obtain from the IviUpconverter Initialize VI or IviUpconverter Initialize With Options VI. The handle identifies a particular instrument session. Default Value: None |
|
name ("") Pass the name of the list. Default Value: "" |
|
frequency Pass the array of frequency values to become elements of the list. The array must have as many elements as the gain. Units: Hertz |
|
error in (no error) The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs. The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed. |
|
gain Pass the array of gain values to become elements of the list. The array must have as many elements as the frequency. Units: dB |
|
instrument handle out The instrument handle that you obtain from the IviUpconverter Initialize VI or IviUpconverter Initialize With Options VI. The handle identifies a particular instrument session. Default Value: None |
|
error out The error out cluster passes error or warning information out of a VI to be used by other VIs. The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed. |