External
SCPI Commands :
[SOURce]:ROSCillator:EXTernal:MLRange
[SOURce]:ROSCillator:EXTernal:NSBandwidth
[SOURce]:ROSCillator:EXTernal:SBANdwidth
- class ExternalCls[source]
External commands group definition. 6 total commands, 2 Subgroups, 3 group commands
- get_mlrange() str [source]
# SCPI: [SOURce]:ROSCillator:EXTernal:MLRange value: str = driver.source.roscillator.external.get_mlrange()
Queries the minimum locking range for the selected external reference frequency. Depending on the RF hardware version, and the installed options, the minimum locking range vaies. For more information, refer to the specifications document.
- return:
min_lock_range: string
- get_ns_bandwidth() str [source]
# SCPI: [SOURce]:ROSCillator:EXTernal:NSBandwidth value: str = driver.source.roscillator.external.get_ns_bandwidth()
Queries the nominal synchronization bandwidth for the selected external reference frequency and synchronization bandwidth.
- return:
nom_bandwidth: string
- get_sbandwidth() FilterWidth [source]
# SCPI: [SOURce]:ROSCillator:EXTernal:SBANdwidth value: enums.FilterWidth = driver.source.roscillator.external.get_sbandwidth()
Selects the synchronization bandwidth for the external reference signal. Depending on the RF hardware version and the installed options, the synchronization bandwidth varies. For more information, refer to the specifications document.
- return:
sbandwidth: WIDE| NARRow NARRow The synchronization bandwidth is smaller than 1 Hz. WIDE Uses the widest possible synchronization bandwidth.
- set_sbandwidth(sbandwidth: FilterWidth) None [source]
# SCPI: [SOURce]:ROSCillator:EXTernal:SBANdwidth driver.source.roscillator.external.set_sbandwidth(sbandwidth = enums.FilterWidth.NARRow)
Selects the synchronization bandwidth for the external reference signal. Depending on the RF hardware version and the installed options, the synchronization bandwidth varies. For more information, refer to the specifications document.
- param sbandwidth:
WIDE| NARRow NARRow The synchronization bandwidth is smaller than 1 Hz. WIDE Uses the widest possible synchronization bandwidth.
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.roscillator.external.clone()
Subgroups