IviFgen Query Arb Sequence Capabilities
IviFgenArbSeq Capability Group
This VI returns the properties of the function generator that are related to creating arbitrary sequences. These properties are the maximum number of sequences, minimum sequence length, maximum sequence length, and maximum loop count.
instrument handle The instrument handle that you obtain from the IviFgen Initialize or IviFgen Initialize With Options VI. | |
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. |
instrument handle out The instrument handle that you obtain from the IviFgen Initialize or IviFgen Initialize With Options VI. | |
max number of sequences Returns the maximum number of arbitrary waveform sequences that the function generator allows. The driver obtains this value from the IviFgen Max Number of Sequences property. | |
min sequence length Returns the minimum number of arbitrary waveforms the function generator allows in a sequence. The driver obtains this value from the IviFgen Min Sequence Length property. | |
max sequence length Returns the maximum number of arbitrary waveforms the function generator allows in a sequence. The driver obtains this value from the IviFgen Max Sequence Length property. | |
max loop count Returns the maximum number of times the function generator can repeat an arbitrary waveform in a sequence. The driver obtains this value from the IviFgen Max Loop Count property. | |
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. |