dqClass_setModifiedData(NoError).vi

This VI writes the data of the dqGOOP object and unlocks it for write access. There is no Error In cluster so the original data doesn't need to be passed in. This provides a performance improvement for objects with a large data store, when the write method can not generate an internal error.

dqClass_setModifiedData(NoError).vi

cdlrn

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

ccclst

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

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.