dqClass_setModifiedData.vi

This VI writes the data of the dqGOOP object and unlocks it for write access

dqClass_setModifiedData.vi

cdlrn

reference - reference is a refnum associated with a dqGOOP class object.

ccclst

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.

ccclst

data - data control represents the data associated with the class object. This can also be referred to as attributes or properties.

ccclst

data (unmodified) - data (unmodified control represents the original data associated with the class object that was locked for modification. If an error occurs during the method execution, then the original data is written back to the object.

icclst

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.

idlrn

duplicate reference - duplicate reference has the same value as reference.