Remote Control Commands
R&S
®
SMW200A
865User Manual 1175.6632.02 ─ 16
Suffixes in the keywords ENTity<ch> and SOURce<hw>
You can address multiple entities configurations by using the SCPI commands starting
with the keyword SOURce or the alias commands starting with the keyword ENTity.
Table 13-2: Value ranges of the suffixes ENTity<ch> and SOURce<hw> in advanced configuration
with multiple entities
SCPI Syntax
ENTity<ch> SOURce<hw>
SOURce<hw>:BBIN:...
- 1 to 4
ENTity<ch>:SOURce<hw>:BBIN:...
1 to 4 1 to 4
See also Chapter 13.3, "SCPI Command Aliases for Advanced Mode with Multiple
Entities", on page 767.
Required options
See "Required Options" on page 170.
Example: Programming Example
The following example lists the commands necessary to apply an external digital base-
band signal, to enable automatic level settings, and to monitor the signal.
An external digital signal must be applied at the corresponding connectors of the
instrument.
// uses the external signal supplied at the CODER 1 interface
SOURce1:BBIN:DIGital:SOURce CODER1
// SOURce1:BBIN:DIGital:IQSWap:STATe 1
// set the sample rate source and query the value
SOURce1:BBIN:SRATe:SOURce DIN
SOURce1:BBIN:SRATe[:ACTual]?
SOURce1:BBIN:STATe ON
// enable automatic adjustment of the baseband input signal
SOURce1:BBIN:DIGital:ASETting:STATe ON
SOURce1:BBIN:MPERiod 10s
SOURce1:BBIN:ALEVel:EXECute
SOURce1:BBIN:CFACtor?
SOURce1:BBIN:POWer:PEAK?
SOURce1:BBIN:POWer:RMS?
// monitor the signal
SOURce1:BBIN:OLOad:STATe?
// 0, i.e. no overflow detected
SOURce1:BBIN:OLOad:HOLD:RESet
SOURce1:BBIN:OLOad:HOLD:STATe?
The following commands are available:
[:SOURce<hw>]:BBIN:STATe......................................................................................... 866
[:SOURce<hw>]:BBIN:DIGital:SOURce............................................................................866
[:SOURce<hw>]:BBIN:IQSWap[:STATe].......................................................................... 866
SOURce Subsystem