niSwitch_revision_query

NI-SWITCH Functions

niSwitch_revision_query

Specific Function

C Function Prototype

ViStatus niSwitch_revision_query (ViSession vi, ViChar[] instrumentDriverRevision, ViChar[] firmwareRevision);

Purpose

Returns the revision of the NI-SWITCH driver.

Parameters

Name Type Description
vi ViSession A particular NI-SWITCH session established with niSwitch_InitWithTopology, niSwitch_InitWithOptions, or niSwitch_init and used for all subsequent NI-SWITCH calls.

instrumentDriverRevision ViChar[] NI-SWITCH software revision numbers in the form of a string. You must pass a ViChar array with at least 256 bytes.

firmwareRevision ViChar[] Currently unsupported.