Distance
SCPI Command :
DIAGnostic:SERVice:INPut:MC[:DISTance]
- class DistanceCls[source]
Distance commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() RsFsw.enums.TuningRange [source]
# SCPI: DIAGnostic:SERVice:INPut:MC[:DISTance] value: enums.TuningRange = driver.diagnostic.service.inputPy.mc.distance.get()
This command selects the distance of the peaks of the microwave calibration signal for calibration of the YIG filter. This command is only available for instrument models FSW13/26.
- return
bandwidth: WIDE | SMALl SMALl Small offset of combline frequencies. WIDE Wide offset of combline frequencies.
- set(bandwidth: RsFsw.enums.TuningRange) None [source]
# SCPI: DIAGnostic:SERVice:INPut:MC[:DISTance] driver.diagnostic.service.inputPy.mc.distance.set(bandwidth = enums.TuningRange.SMALl)
This command selects the distance of the peaks of the microwave calibration signal for calibration of the YIG filter. This command is only available for instrument models FSW13/26.
- param bandwidth
WIDE | SMALl SMALl Small offset of combline frequencies. WIDE Wide offset of combline frequencies.