State
SCPI Command :
[SOURce<HW>]:BB:GNSS:AWGN:[RF<CH>]:STATe
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(path=Path.Default) bool [source]
# SCPI: [SOURce<HW>]:BB:GNSS:AWGN:[RF<CH>]:STATe value: bool = driver.source.bb.gnss.awgn.rf.state.get(path = repcap.Path.Default)
Activates/deactivates the generation of an AWGN signal. The interferer (AWGN or CW interferer, depending on the selected mode) is generated after the generator is activated.
- param path
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Rf’)
- return
awgn_state: 1| ON| 0| OFF
- set(awgn_state: bool, path=Path.Default) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:AWGN:[RF<CH>]:STATe driver.source.bb.gnss.awgn.rf.state.set(awgn_state = False, path = repcap.Path.Default)
Activates/deactivates the generation of an AWGN signal. The interferer (AWGN or CW interferer, depending on the selected mode) is generated after the generator is activated.
- param awgn_state
1| ON| 0| OFF
- param path
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Rf’)