niHWS Set Group String Attribute

NI-HWS LabVIEW

niHWS Set Group String Attribute

Sets the value of text attributes that apply to all the waveforms within a group.

niHWS Set Group String Attribute.vi

cu32 file handle in is used to refer to an opened HWS file.
cstr 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.

cenum attribute ID selects the attribute to set.

NoteA general-purpose text field for any comment that applies to all the waveforms stored in this group.
TechnicianA general-purpose text field intended for the name of the technician who acquired or generated the waveforms in this group.
ProjectA general-purpose text field intended for any information about the project for which the waveforms in this group were created.
TimestampA string of the form hour:minutes:seconds.fractional seconds followed by AM or PM MM/DD/YYYY. This string is intended to refer to all the waveforms in the group.
cstr attribute value is the new text for the attribute ID being set.
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.
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.