State

SCPI Command :

[SOURce<HW>]:BB:GNSS:AWGN:[RF<CH>]:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(path=Path.Default) bool[source]
# [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.

Parameters:

path – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Rf’)

Returns:

awgn_state: 1 | ON | 0| OFF

set(awgn_state: bool, path=Path.Default) None[source]
# [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.

Parameters:
  • awgn_state – 1 | ON | 0| OFF

  • path – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Rf’)