Distance

SCPI Command :

DIAGnostic:SERVice:INPut:MC[:DISTance]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() TuningRange[source]
# 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.

Returns:

bandwidth: WIDE | SMALl SMALl Small offset of combline frequencies. WIDE Wide offset of combline frequencies.

set(bandwidth: TuningRange) None[source]
# 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.

Parameters:

bandwidth – WIDE | SMALl SMALl Small offset of combline frequencies. WIDE Wide offset of combline frequencies.