36
Return Code
ERR_NoError
ERR_InvalidParameterValue
A�2�10 CONTROLLER_GetManufacturer
Description
Ascertains the hardware manufacturer
Supported Controllers
PXIe-63975
Syntax
C/C++
I16 CONTROLLER_GetManufacturer( char* Buf, U32 Bufsize )
Visual Basic
CONTROLLER_GetManufacturer (Buf As String, Bufsize As Long) As Integer
Parameters
Buf
Character buffer of size declared by the caller of size BufSize, returns a null-terminated
string representation of the hardware manufacturer
BufSize
Size of the Buf, in bytes
Return Code
ERR_NoError
ERR_InvalidParameterValue
A�2�11 CONTROLLER_GetModel
Description
Acquires the hardware model name
Supported Controllers
PXIe-63975
Syntax
C/C++
I16 CONTROLLER_GetModel( char* Buf, U32 Bufsize )
Visual Basic
CONTROLLER_GetModel (Buf As String, Bufsize As Long) As Integer