Mode

SCPI Command :

[SOURce<HW>]:BB:GNSS:AWGN:[RF<CH>]:MODE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(path=Path.Default) NoisAwgnMode[source]
# [SOURce<HW>]:BB:GNSS:AWGN:[RF<CH>]:MODE
value: enums.NoisAwgnMode = driver.source.bb.gnss.awgn.rf.mode.get(path = repcap.Path.Default)

Selects the AWGN mode. You can add noise to the baseband signal, output a pure noise signal or add an interferer signal.

Parameters:

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

Returns:

awgn_mode: ADD | CW

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

Selects the AWGN mode. You can add noise to the baseband signal, output a pure noise signal or add an interferer signal.

Parameters:
  • awgn_mode – ADD | CW

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