User guide

44 Monitoring/Control Functions
Parameters
hCom:
The initialized COM port.
Status:
ChassisStatus data structure that stores the chassis sta-
tus in which MajorNo, MinorNo will be updated.
Return Value
TRUE if the function succeeded, FALSE if failed.
Example
MCUVersionversion; BOOLret;
ret= GetMCUVersion(hCom, &version);
SetChassisPowerOn
Description
Powers on the PXIS-2719A
Syntax
BOOL SetChassisPowerOn (HANDLE hCom)
Parameter
com:
The initialized COM port.
Return Value
TRUE if the function succeeded, FALSE if failed.
Example
BOOL ret;
ret= SetChassisPowerOn (hCom);