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)