Doppler
SCPI Command :
[SOURce<HW>]:FSIMulator:DOPPler:UNIT
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_unit() UnitFreqHzKhzMhzGhz[source]
# [SOURce<HW>]:FSIMulator:DOPPler:UNIT value: enums.UnitFreqHzKhzMhzGhz = driver.source.fsimulator.doppler.get_unit()
Sets the unit for the Doppler shift. Note that this setting only changes the Doppler unit in local mode. To set the speed units via remote control set the unit after the speed value.
- Returns:
fad_dopp_freq_unit: GHZ | MHZ | KHZ | HZ
- set_unit(fad_dopp_freq_unit: UnitFreqHzKhzMhzGhz) None[source]
# [SOURce<HW>]:FSIMulator:DOPPler:UNIT driver.source.fsimulator.doppler.set_unit(fad_dopp_freq_unit = enums.UnitFreqHzKhzMhzGhz.GHZ)
Sets the unit for the Doppler shift. Note that this setting only changes the Doppler unit in local mode. To set the speed units via remote control set the unit after the speed value.
- Parameters:
fad_dopp_freq_unit – GHZ | MHZ | KHZ | HZ