Keysight E1406A Command Module Service Guide
109
Introduction
Verification Tests - C Programs
}
while ((int)test_select > 8 | | (int)test_select < 0);
switch ((int)test_select)
{
case 0:power_on_test(cm,err);
break;
case 1:front_panel_outputs(cm,err);
break;
case 2:general_system_information(cm,err);
break;
case 3:hierarchy_device_information(cm,err);
break;
case 4:table_memory_information(cm,err);
break;
case 5:interrupt_status_information(cm,err);
break;
case 6:triggering_information(cm,err);
break;
case 7:serial_port_information(cm,err);
break;
case 8:printf ("\n*** End of testing ***\n");
break;
default:printf ("\nINVALID ENTRY\n");
}
}
while ((int)test_select != 8);
/* ----Close device session----* /
viClose(cm);
} /* end of main * /
/* ----- TEST S-1: GPIB Power-On Test -----* /
void power_on_test (ViSession cm, ViStatus err)
{
char err_msg[256] = { 0} ;
fflush(stdin);
printf ("\nTest S-1: GPIB Power-On Test\n\n");
printf (" This test checks for power-on errors in the command
module\n");
printf (" To perform this test:\n\n");
Summary of Contents for VXI bus 75000 C Series
Page 1: ...Keysight E1406A Command Module Service Guide 75000 Series C...
Page 2: ......
Page 6: ...6...
Page 10: ...x Keysight E1406A Command Module Service Guide...
Page 70: ...70 Keysight Keysight E1406A Command Module Service Guide Replaceable Parts Component Locators...
Page 77: ...Keysight E1406A Command Module Service Guide 77 Assembly Disassembly Instructions Service...
Page 78: ...78 Keysight E1406A Command Module Service Guide Service Assembly Disassembly Instructions...
Page 79: ...Keysight E1406A Command Module Service Guide 79 Assembly Disassembly Instructions Service...
Page 81: ...Keysight E1406A Command Module Service Guide 81 Assembly Disassembly Instructions Service...
Page 82: ...82 Keysight E1406A Command Module Service Guide Service Assembly Disassembly Instructions...
Page 83: ...Keysight E1406A Command Module Service Guide 83 Assembly Disassembly Instructions Service...
Page 84: ...84 Keysight E1406A Command Module Service Guide Service Assembly Disassembly Instructions...
Page 106: ...106 KeysightE1406A Command Module Service Guide Error Messages Introduction...
Page 129: ......