![](https://pdfstore-manualsonline.prod.a.ki/pdfasset/f/a7/fa7e487c-ea52-4dfe-b4e7-2b67591d591d/fa7e487c-ea52-4dfe-b4e7-2b67591d591d-bg105.png)
Examples
AM700 Audio Measurement Set Programmer Manual
4–3
#label: Digital Generator CCIF IMD
puts stdout ”Digital CCIF IMD”
#
#Set the AM700 to its default states.
scpi *RST
#
#Select the digital generator for measurement
#CSTR1 has DSF1 and CSTR2 has DSF2
scpi CSTR1:FEED 'sens5'
scpi CSTR2:FEED 'sens6'
#
#Select the CCIF IMD test signal to be generated.
#DSF2 follows DSF1 by default.
scpi SOUR5:FUNC:SHAP CIMD
#
#Make sure the digital input path is the
#front panel XLR connector
scpi ROUT3:CLOS 6
#
#Turn on the generator signal.
scpi GCON:OUTP:STAT ON
#
#Start the Audio Monitor application
scpi INST:SEL MON
#
#Display two measurement windows; view 1 is displayed by default.
scpi DISP:WIND2:STAT ON
#
#The Function Control Panel remains displayed unless it is cleared by
#the front panel control.
puts stdout Press Clear Menu to see the application display”
Figure 4–1: Sample of a SCPI function