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:
|
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
|