2-17 Fast-Frequency-Switching Commands
Programming with GPIB Commands
2-46
PN: 10370-10374 Rev. F
MG369xC GPIB PM
/** Send a trigger.
**/
Trigger(BOARD_ID, source_addr);
if (ibsta & ERR)
{
exit (-1);
}
/** Source is now outputting 600 MHz. **/
/** Send a trigger.
**/
Trigger(BOARD_ID, source_addr);
if (ibsta & ERR)
{
exit (-1);
}
/** Source is now outputting 8 GHz. **/
exit(0);
} /** End of main **/
Figure 2-12.
Fast-Frequency-Switching Programming Example (3 of 3)
Содержание MG369 C Series
Страница 2: ......
Страница 6: ...Contents 4 PN 10370 10374 Rev F MG369xC GPIB PM ...
Страница 262: ...A 34 PN 10370 10374 Rev F MG369xC GPIB PM ...
Страница 264: ...Index 2 PN 10370 10374 Rev F MG369xC GPIB PM ...
Страница 265: ......