560
S:\Hp8960\E1962B CDMA 2000\Pi Release\Reference Guide\Chapters\cdma2000_hpib_setup_saudio.fm
SETup:SAUDio
SETup:SAUDio:FILTer[:TYPE]
SETup:SAUDio:FREQuency[:VALue]?
SETup:SAUDio:FREQuency:POINts
Function Sets/queries the type of filter on the sampled data, before any measurements are performed.
The filter choices are: none, TBPass (100 Hz bandwidth bandpass), CMESsage (C-Message),
BPASs50 (50 Hz to 15 kHz bandpass), BPASs300 (300 Hz to 15 kHz bandpass)
Setting Range: NONE|TBPass|CMESsage|BPASs50|BPASs300
Query Range: NONE|TBP|CMES|BPAS50|BPAS300
*RST Setting None
Programming Example
OUTPUT 714;"SETUP:SAUDIO:FILTER:TYPE TBPASS” !Selects the 100 Hz bandpass filter.
Function Returns a comma-separated list of the generated frequency for each frequency point (see
“SETup:SAUDio:FREQuency:POINts” ).
When you specify the start frequency, stop frequency, and the number of measurement points,
the test set calculates the intermediate frequencies that are generated. You cannot directly set
the intermediate frequencies using this command, you can only query them.
Query Range: up to 60 comma separated values
Programming Example
OUTPUT 714;"SETUP:SAUDIO:FREQUENCY:VALUE?” !Queries the list of generated frequencies.
Function Sets/queries the number of evenly-spaced frequency points in the sweep. If this value is set to 1,
only the start frequency is used in the sweep.
Setting Range: 1 to 60
Query Range: 1 to 60
*RST Setting 5
Programming Example
OUTPUT 714;"SETUP:SAUDIO:FREQUENCY:POINTS 20” !Make audio measurements at 20 frequency
points in the sweep.