niHWS Get Wfm Name
Returns the name of a waveform in a group. The waveform name is necessary for getting a reference to the waveform. Waveforms are identified by reference for purposes of setting and getting waveform attributes and reading and writing data.
file handle in is used to refer to an opened HWS file. | |||||||
group name is the name of the group. Groups are identified by name for purposes of setting and getting group attributes.
If only one group is in the file, this parameter can be the empty string. |
|||||||
waveform index is a number such that 0 waveform index < number of waveforms, where number of waveforms is obtained using the niHWS Get Number of Wfms VI. If five waveforms are in a group, their waveform indices are 0 through 4.
The only use for the waveform index parameter is to obtain the name of a waveform. |
|||||||
error in (no error) 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.
| |||||||
file handle out is the copy of file handle in you use for input into the next NI-HWS VI in your program. | |||||||
waveform name is the name of the waveform specified by waveform index.
The name of a waveform is necessary for getting a reference to the waveform. Waveforms are identified by reference for purposes of setting and getting waveform attributes and reading and writing data. |
|||||||
error out 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.
|