Speed
SCPI Command :
[SOURce<HW>]:FSIMulator:SPEed:UNIT
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_unit() UnitSpeed[source]
# [SOURce<HW>]:FSIMulator:SPEed:UNIT value: enums.UnitSpeed = driver.source.fsimulator.speed.get_unit()
Sets the unit for the speed of a moving receiver. Note that this setting only changes the speed unit in local mode. To set the speed units via remote control set the unit after the speed value.
- Returns:
unit: MPS | KMH | MPH | NMPH
- set_unit(unit: UnitSpeed) None[source]
# [SOURce<HW>]:FSIMulator:SPEed:UNIT driver.source.fsimulator.speed.set_unit(unit = enums.UnitSpeed.KMH)
Sets the unit for the speed of a moving receiver. Note that this setting only changes the speed unit in local mode. To set the speed units via remote control set the unit after the speed value.
- Parameters:
unit – MPS | KMH | MPH | NMPH