35
Visual Basic
TRIG_GetDriverRevision (major As Integer, minor1 As Integer, minor2 As Integer) As
Integer
Parameters
major
Returns the major version number of the pxi trigger software driver
minor1
Returns the first minor version number of the pxi trigger software driver
minor2
Returns the second minor version number of the pxi trigger software driver
Return Code
ERR_NoError
ERR_Query_Revision
A�2�9 CONTROLLER_GetHwRevision
Description
Acquires the Controller Hardware version and revision number and the version of the
trigger module CPLD
Supported Controllers
PXIe-63975
Syntax
C/C++
I16 CONTROLLER_GetHwRevision( U8* cpldMajor, U8* cpldMinor, char* hwRevBuf,U32
hwRevBufSize)
Visual Basic
CONTROLLER_GetHwRevision (cpldMajor As Byte, cpldMinor As Byte, hwRevBuf As
String, hwRevBufSize As Long) As Integer
Parameters
cpldMajor
Returns the major version number of the pxi trigger module CPLD
cpldMinor
Returns the first minor version number of the pxi trigger module CPLD
hwRevBuf
Character buffer of size declared by the caller of size hwRevBufSize, returns a null-terminated
string representation of the hardware revision
hwRevBufSize
Size of the hwRevBuf, in bytes