niHWS Get Group Name

NI-HWS LabVIEW

niHWS Get Group Name

Returns the name of a group in an HWS file. Groups are identified by name for purposes of setting and getting group attributes.

niHWS Get Group Name.vi

cu32 file handle in is used to refer to an opened HWS file.
ci32 group index is number such that 0 <= group index < number of groups, where number of groups is obtained using the Get Number of Groups VI. If five groups are in a file, their group indices are 0 through 4.

The only use for the group index parameter is to obtain the name of a group. Groups are identified by name for purposes of setting and getting group attributes.

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

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.
ci32 code identifies the error or warning.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.
cstr source describes the origin of the error or warning.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.
iu32 file handle out is the copy of file handle in you use for input into the next NI-HWS VI in your program.
istr group name is the name of the group specified by group index. Groups are identified by name for purposes of setting and getting group attributes.
icclst 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.
ibool status is either TRUE (X) for an error, or FALSE (checkmark) for no error or a warning.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.
ii32 code identifies the error or warning.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.
istr source describes the origin of the error or warning.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.