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() RsSmw.enums.UnitSpeed [source]
# SCPI: [SOURce<HW>]:FSIMulator:SPEed:UNIT value: enums.UnitSpeed = driver.source.fsimulator.speed.get_unit()
This command chooses the default unit for the parameter speed as displayed in the dialog. Note: The remote control command changes only the units displayed in the graphical user interface. While configuring the speed via remote control, the speed units must be specified.
- return
unit: MPS| KMH| MPH| NMPH
- set_unit(unit: RsSmw.enums.UnitSpeed) None [source]
# SCPI: [SOURce<HW>]:FSIMulator:SPEed:UNIT driver.source.fsimulator.speed.set_unit(unit = enums.UnitSpeed.KMH)
This command chooses the default unit for the parameter speed as displayed in the dialog. Note: The remote control command changes only the units displayed in the graphical user interface. While configuring the speed via remote control, the speed units must be specified.
- param unit
MPS| KMH| MPH| NMPH