Speed
SCPI Commands :
[SOURce<HW>]:FSIMulator:DSSimulation:TOWertoair:SPEed:CRUise
[SOURce<HW>]:FSIMulator:DSSimulation:TOWertoair:SPEed:DEParture
[SOURce<HW>]:FSIMulator:DSSimulation:TOWertoair:SPEed:DESCent
[SOURce<HW>]:FSIMulator:DSSimulation:TOWertoair:SPEed:STARt
[SOURce<HW>]:FSIMulator:DSSimulation:TOWertoair:SPEed:TAKeoff
[SOURce<HW>]:FSIMulator:DSSimulation:TOWertoair:SPEed:TOUChdown
- class SpeedCls[source]
Speed commands group definition. 6 total commands, 0 Subgroups, 6 group commands
- get_cruise() float [source]
# SCPI: [SOURce<HW>]:FSIMulator:DSSimulation:TOWertoair:SPEed:CRUise value: float = driver.source.fsimulator.dsSimulation.towerToAir.speed.get_cruise()
No command help available
- return:
speed_cruise: No help available
- get_departure() float [source]
# SCPI: [SOURce<HW>]:FSIMulator:DSSimulation:TOWertoair:SPEed:DEParture value: float = driver.source.fsimulator.dsSimulation.towerToAir.speed.get_departure()
No command help available
- return:
speed_departure: No help available
- get_descent() float [source]
# SCPI: [SOURce<HW>]:FSIMulator:DSSimulation:TOWertoair:SPEed:DESCent value: float = driver.source.fsimulator.dsSimulation.towerToAir.speed.get_descent()
No command help available
- return:
speed_descent: No help available
- get_start() float [source]
# SCPI: [SOURce<HW>]:FSIMulator:DSSimulation:TOWertoair:SPEed:STARt value: float = driver.source.fsimulator.dsSimulation.towerToAir.speed.get_start()
No command help available
- return:
speed_start: No help available
- get_takeoff() float [source]
# SCPI: [SOURce<HW>]:FSIMulator:DSSimulation:TOWertoair:SPEed:TAKeoff value: float = driver.source.fsimulator.dsSimulation.towerToAir.speed.get_takeoff()
No command help available
- return:
speed_takeoff: No help available
- get_touchdown() float [source]
# SCPI: [SOURce<HW>]:FSIMulator:DSSimulation:TOWertoair:SPEed:TOUChdown value: float = driver.source.fsimulator.dsSimulation.towerToAir.speed.get_touchdown()
No command help available
- return:
speed_touchdown: No help available
- set_cruise(speed_cruise: float) None [source]
# SCPI: [SOURce<HW>]:FSIMulator:DSSimulation:TOWertoair:SPEed:CRUise driver.source.fsimulator.dsSimulation.towerToAir.speed.set_cruise(speed_cruise = 1.0)
No command help available
- param speed_cruise:
No help available
- set_departure(speed_departure: float) None [source]
# SCPI: [SOURce<HW>]:FSIMulator:DSSimulation:TOWertoair:SPEed:DEParture driver.source.fsimulator.dsSimulation.towerToAir.speed.set_departure(speed_departure = 1.0)
No command help available
- param speed_departure:
No help available
- set_descent(speed_descent: float) None [source]
# SCPI: [SOURce<HW>]:FSIMulator:DSSimulation:TOWertoair:SPEed:DESCent driver.source.fsimulator.dsSimulation.towerToAir.speed.set_descent(speed_descent = 1.0)
No command help available
- param speed_descent:
No help available
- set_start(speed_start: float) None [source]
# SCPI: [SOURce<HW>]:FSIMulator:DSSimulation:TOWertoair:SPEed:STARt driver.source.fsimulator.dsSimulation.towerToAir.speed.set_start(speed_start = 1.0)
No command help available
- param speed_start:
No help available
- set_takeoff(speed_takeoff: float) None [source]
# SCPI: [SOURce<HW>]:FSIMulator:DSSimulation:TOWertoair:SPEed:TAKeoff driver.source.fsimulator.dsSimulation.towerToAir.speed.set_takeoff(speed_takeoff = 1.0)
No command help available
- param speed_takeoff:
No help available
- set_touchdown(speed_touchdown: float) None [source]
# SCPI: [SOURce<HW>]:FSIMulator:DSSimulation:TOWertoair:SPEed:TOUChdown driver.source.fsimulator.dsSimulation.towerToAir.speed.set_touchdown(speed_touchdown = 1.0)
No command help available
- param speed_touchdown:
No help available