Spectrum
SCPI Command :
DIAGnostic:SERVice:INPut:RF[:SPECtrum]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() ServiceBandwidth[source]
# DIAGnostic:SERVice:INPut:RF[:SPECtrum] value: enums.ServiceBandwidth = driver.diagnostic.service.inputPy.rf.spectrum.get()
This command selects the bandwidth of the calibration signal.
- Returns:
bandwidth: NARRowband | BROadband NARRowband Narrowband signal for power calibration of the frontend. BROadband Broadband signal for calibration of the IF filter.
- set(bandwidth: ServiceBandwidth) None[source]
# 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.
- Parameters:
bandwidth – NARRowband | BROadband NARRowband Narrowband signal for power calibration of the frontend. BROadband Broadband signal for calibration of the IF filter.