Bandwidth
SCPI Command :
[SOURce<HW>]:BB:GNSS:AWGN:[RF<CH>]:BWIDth
- class BandwidthCls[source]
Bandwidth commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(path=Path.Default) int [source]
# SCPI: [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.
- param path
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Rf’)
- return
system_band_width: integer Range: 1E3 to 500E6
- set(system_band_width: int, path=Path.Default) None [source]
# SCPI: [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.
- param system_band_width
integer Range: 1E3 to 500E6
- param path
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Rf’)