VI_ATTR_RSRC_SPEC_VERSION
Resource Classes
All I/O session types, all event object types, VISA Resource Manager
Attribute Information
Access Privilege | Data Type | Range | Default |
---|---|---|---|
Read Only |
ViVersion |
0h to FFFFFFFFh |
00300000h |
Description
VI_ATTR_RSRC_SPEC_VERSION is the resource version that uniquely identifies the version of the VISA specification to which the implementation is compliant. The format of the value has the upper 12 bits as the major number of the version, the next lower 12 bits as the minor number of the version, and the lowest 8 bits as the sub-minor number of the version. The current VISA specification defines the value to be 00300000h.
Related Topics