Mode

SCPI Command :

[SOURce<HW>]:BB:GNSS:AWGN:[RF<CH>]:MODE
class ModeCls[source]

Mode commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(path=Path.Default) RsSmbv.enums.NoisAwgnMode[source]
# SCPI: [SOURce<HW>]:BB:GNSS:AWGN:[RF<CH>]:MODE
value: enums.NoisAwgnMode = driver.source.bb.gnss.awgn.rf.mode.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_mode: ADD| CW

set(awgn_mode: RsSmbv.enums.NoisAwgnMode, path=Path.Default) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:AWGN:[RF<CH>]:MODE
driver.source.bb.gnss.awgn.rf.mode.set(awgn_mode = enums.NoisAwgnMode.ADD, 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_mode

ADD| CW

param path

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