GxPsGetExtendedSerialNumber

Purpose

Returns the Extended board’s Serial Number information.

Syntax

GxPsGetExtendedSerialNumber (nHandle, pszSerialNum, nSerialNumMaxLen, pnStatus)

Parameters

Name
Type
Description
nHandle
SHORT
Handle to a counter board.
pszSerialNum
PSTR
Buffer to contain the returned Extended board’s Serial Number string.
nSerialNumMaxLen
SHORT
Size of the buffer to contain the error string.
pnStatus
PSHORT
Returned status: 0 on success, negative number on failure.

Comments

The returned Extended board’s Serial Number string is provides information regarding hardware changes and modifications of the specified board. The information can be used by Marvin Test Solutions' Customer Support department and by the user in order to determine what functionalities are supported by the board.

For example, the returned string could look like the following: “GX7400154-CA-CA-10”.

The function is supported only for power supplies with firmware version 0xA00D and above, calling GetBoardSummary can retrieve the firmware version.

 

See Also

GxPsGetBoardSummary, GxSpGetDriverSummary, GxPsInitialize, GxPsGetErrorString