Bandwidth

SCPI Command :

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

Sets the RF bandwidth to which the set carrier/noise ratio relates. Within this frequency range, the signal is superimposed with a noise signal which level corresponds exactly to the set C/N or S/N ratio.

Parameters:

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

Returns:

system_band_width: integer Range: 1E3 to 500E6

set(system_band_width: int, path=Path.Default) None[source]
# [SOURce<HW>]:BB:GNSS:AWGN:[RF<CH>]:BWIDth
driver.source.bb.gnss.awgn.rf.bandwidth.set(system_band_width = 1, path = repcap.Path.Default)

Sets the RF bandwidth to which the set carrier/noise ratio relates. Within this frequency range, the signal is superimposed with a noise signal which level corresponds exactly to the set C/N or S/N ratio.

Parameters:
  • system_band_width – integer Range: 1E3 to 500E6

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