Spectrum

SCPI Command :

DIAGnostic:SERVice:INPut:RF[:SPECtrum]
class SpectrumCls[source]

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

get() RsFsw.enums.ServiceBandwidth[source]
# SCPI: DIAGnostic:SERVice:INPut:RF[:SPECtrum]
value: enums.ServiceBandwidth = driver.diagnostic.service.inputPy.rf.spectrum.get()

This command selects the bandwidth of the calibration signal.

return

bandwidth: NARRowband | BROadband NARRowband Narrowband signal for power calibration of the frontend. BROadband Broadband signal for calibration of the IF filter.

set(bandwidth: RsFsw.enums.ServiceBandwidth) None[source]
# SCPI: DIAGnostic:SERVice:INPut:RF[:SPECtrum]
driver.diagnostic.service.inputPy.rf.spectrum.set(bandwidth = enums.ServiceBandwidth.BROadband)

This command selects the bandwidth of the calibration signal.

param bandwidth

NARRowband | BROadband NARRowband Narrowband signal for power calibration of the frontend. BROadband Broadband signal for calibration of the IF filter.