VTI Instruments Corp.
F
P
UNCTION
ROTOTYPE
ViStatus vtex1629_store_current_config (ViSession vi, ViInt32 digestArraySize, ViInt8 _VI_FAR digest[],
ViPInt32 digestActualSize);
F
P
UNCTION
ARAMETERS
vi = contains a session handle to the instrument. This handle is obtained by the function and remains valid until the
session is closed.
digestArraySize = contains the size of the allocated digest array. For consistency, the client application should
allocate VTEX1629_MAX_DIGEST_LENGTH bytes.
digest[] = the stored configuration's digest.
digestActualSize = the actual size of the configuration digest.
D
I
R
V
ATA
TEM
ESET
ALUE
Not applicable to this function.
D
ESCRIPTION
This function stores the current configuration of the instrument in the nonvolatile storage. A digest of the stored
configuration is returned. The digest is a digital signature representing the actual configuration data.
E
XAMPLE
ViSession instrumentHandle;
ViStatus status;
ViInt32 digestActualSize;
ViInt8 digest[VTEX1629_MAX_DIGEST_LENGTH];
...
status = vtex1629_store_current_config(instrumentHandle,
298
vtex1629_store_current_config
VTEX1629_MAX_DIGEST_LENGTH,
digest,
&digestActualSize);
EX1629 Command Set
Need help?
Do you have a question about the EX1629 and is the answer not in the manual?