niScope Cal Store Misc Info

NI-SCOPE LabVIEW

niScope Cal Store Misc Info

Allows you to store miscellaneous information in the EEPROM. For example, you can store an operator ID for the person or company performing a calibration. The information is stored immediately.

Four characters are stored in the EEPROM, and nonprintable characters are valid. However, NULL is treated as an end-of-string marker, and all characters following the first NULL are set to NULL.

instrument handle is the instrument handle that you obtain from niScope Initialize or niScope Cal Start. The handle identifies a particular instrument's session.
miscellaneous information is four characters that are stored in the EEPROM; however, can be fewer than four if NULL-terminated.
error in describes error conditions that occur before this VI runs. The default input of this cluster is no error. If an error already occurred, this VI returns the value of error in in error out. The VI runs normally only if no incoming error exists. Otherwise, the VI passes the error in value to error out. The error in cluster contains the following parameters:
status is TRUE if an error occurred; the default is FALSE
code is the error code; the default is 0
source is, in most cases, the name of the VI or function that produced the error; the default is an empty string
instrument handle out has the same value as the instrument handle.
error out contains error information; if the error in cluster indicated an error, the error out cluster contains the same information; otherwise, error out describes the error status of this VI
status is set to TRUE if an error occurred
code is the error code
source is, in most cases, the name of the VI or function that produced the error