Software
R&S
®
TS-PSM4
33
User Manual 1178.2796.02 ─ 01
&errorOccurred, &errorCode, errorMessage);
}
/* disconnect all existing connections */
ROUTE_Execute ( 0, residRoute, "||",
&errorOccurred, &errorCode, errorMessage);
/* close the libraries */
DMM_Cleanup (0, residDmm, &errorOccurred, &errorCode, errorMessage);
ROUTE_Cleanup (0, residRoute, &errorOccurred, &errorCode,
errorMessage);
RESMGR_Cleanup (0, &errorOccurred, &errorCode, errorMessage);
{
char buffer[100];
sprintf( buffer, "Load Active Current: %.3f A\n"
"Load Standby Current: %.3f A",
currentResultLoadActive, currentResultLoadStandby);
MessagePopup( "User Information", buffer );
}
return(0);
}
Programming with GTSL Libraries