Speed

SCPI Command :

[SOURce<HW>]:FSIMulator:SPEed:UNIT
class SpeedCls[source]

Speed commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_unit() UnitSpeed[source]
# SCPI: [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.

return:

unit: MPS| KMH| MPH| NMPH

set_unit(unit: UnitSpeed) None[source]
# SCPI: [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.

param unit:

MPS| KMH| MPH| NMPH