128
Keysight E1406A Command Module Service Guide
Verification Tests - C Programs
Introduction
err= viPrintf(cm, "SYST:COMM:SER:PACE:PROT?\n"); /* Query
receive pacing protocol * /
if(err< VI_SUCCESS) err_handler(cm,err);
err= viScanf(cm, "%t", result);
if(err< VI_SUCCESS) err_handler(cm,err);
printf (" -Receive pacing protocol state: %s", result);
err= viPrintf(cm, "SYST:COMM:SER:TRAN:PACE:PROT?\n");/* Query
transmit pacing protocol* /
if(err< VI_SUCCESS) err_handler(cm,err);
err= viScanf(cm, "%t", result);
if(err< VI_SUCCESS) err_handler(cm,err);
printf (" -Transmit pacing protocol state: %s\n\n", result);
fflush(stdin);
printf ("Press ENTER to continue ");
getchar ();
return;
}
/* ----- Error Handling Function -----* /
void err_handler (ViSession cm, ViStatus err)
{
char buf[1024] = { 0} ;
viStatusDesc (cm, err, buf); printf ("\nERROR = %s\n", buf);
return;
}
Содержание VXI bus 75000 C Series
Страница 1: ...Keysight E1406A Command Module Service Guide 75000 Series C...
Страница 2: ......
Страница 6: ...6...
Страница 10: ...x Keysight E1406A Command Module Service Guide...
Страница 70: ...70 Keysight Keysight E1406A Command Module Service Guide Replaceable Parts Component Locators...
Страница 77: ...Keysight E1406A Command Module Service Guide 77 Assembly Disassembly Instructions Service...
Страница 78: ...78 Keysight E1406A Command Module Service Guide Service Assembly Disassembly Instructions...
Страница 79: ...Keysight E1406A Command Module Service Guide 79 Assembly Disassembly Instructions Service...
Страница 81: ...Keysight E1406A Command Module Service Guide 81 Assembly Disassembly Instructions Service...
Страница 82: ...82 Keysight E1406A Command Module Service Guide Service Assembly Disassembly Instructions...
Страница 83: ...Keysight E1406A Command Module Service Guide 83 Assembly Disassembly Instructions Service...
Страница 84: ...84 Keysight E1406A Command Module Service Guide Service Assembly Disassembly Instructions...
Страница 106: ...106 KeysightE1406A Command Module Service Guide Error Messages Introduction...
Страница 129: ......