Config
SCPI Command :
[SOURce<HW>]:BB:GNSS:AWGN:[RF<CH>]:CONFig
- class ConfigCls[source]
Config commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(path=Path.Default) RsSmbv.enums.AutoManualMode [source]
# SCPI: [SOURce<HW>]:BB:GNSS:AWGN:[RF<CH>]:CONFig value: enums.AutoManualMode = driver.source.bb.gnss.awgn.rf.config.get(path = repcap.Path.Default)
Defines how noise bandwidth and noise center frequency are set.
- param path
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Rf’)
- return
auto_config_state: AUTO| MANual AUTO Sets bandwidth and center frequency automatically. MANual Enables configuration of noise and CW parameters.
- set(auto_config_state: RsSmbv.enums.AutoManualMode, path=Path.Default) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:AWGN:[RF<CH>]:CONFig driver.source.bb.gnss.awgn.rf.config.set(auto_config_state = enums.AutoManualMode.AUTO, path = repcap.Path.Default)
Defines how noise bandwidth and noise center frequency are set.
- param auto_config_state
AUTO| MANual AUTO Sets bandwidth and center frequency automatically. MANual Enables configuration of noise and CW parameters.
- param path
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Rf’)