VTI Instruments Corp.
298
EX1629 Command Set
vtex1629_store_current_config
F
UNCTION
P
ROTOTYPE
ViStatus vtex1629_store_current_config (ViSession
vi
, ViInt32
digestArraySize
, ViInt8 _VI_FAR
digest[]
,
ViPInt32
digestActualSize
);
F
UNCTION
P
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
ATA
I
TEM
R
ESET
V
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,
VTEX1629_MAX_DIGEST_LENGTH,
digest,
&digestActualSize);
Содержание EX1629
Страница 310: ...VTI Instruments Corp 310 EX1629 Command Set...
Страница 342: ...VTI Instruments Corp 342 EX1629 Onboard Memory...