pipx40_revision_query

ViStatus pipx40_revision_query (ViSession instrumentHandle, ViChar _VI_FAR driverRevision[], ViChar _VI_FAR instrumentRevision[]);

Purpose

Obtains revision information for both the software driver and a card's firmware.

Parameters

Input
Name Type Description
instrumentHandle ViSession

Instrument handle obtained by the pipx40_init call used to open the card.

Output
Name Type Description
driverRevision ViChar[]

Character string to receive the software driver revision level.
Because a common software driver serves all card types, this value will be the same for all of them.

instrumentRevision ViChar[]

Character string to receive the instrument firmware revision level.

Return Value

Name Type Description
status ViStatus

A numeric code indicating the success or failure of the operation.
VI_SUCCESS = Successful operation.
Negative values are error codes and positive values are warnings.
To get a description of an error, pass the error code to pipx40_error_message.

References

Utility
Pickering Interfaces PXI VISA
Alphabetical Function Index
Hierarchical Function Index