Flength
SCPI Commands :
[SOURce<HW>]:FSIMulator:DSSimulation:TOWertoair:FLENgth:LANDing
[SOURce<HW>]:FSIMulator:DSSimulation:TOWertoair:FLENgth:TAKeoff
- class FlengthCls[source]
Flength commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- get_landing() float [source]
# SCPI: [SOURce<HW>]:FSIMulator:DSSimulation:TOWertoair:FLENgth:LANDing value: float = driver.source.fsimulator.dsSimulation.towerToAir.flength.get_landing()
No command help available
- return:
flen_landing: No help available
- get_takeoff() float [source]
# SCPI: [SOURce<HW>]:FSIMulator:DSSimulation:TOWertoair:FLENgth:TAKeoff value: float = driver.source.fsimulator.dsSimulation.towerToAir.flength.get_takeoff()
No command help available
- return:
flen_takeoff: No help available
- set_landing(flen_landing: float) None [source]
# SCPI: [SOURce<HW>]:FSIMulator:DSSimulation:TOWertoair:FLENgth:LANDing driver.source.fsimulator.dsSimulation.towerToAir.flength.set_landing(flen_landing = 1.0)
No command help available
- param flen_landing:
No help available
- set_takeoff(flen_takeoff: float) None [source]
# SCPI: [SOURce<HW>]:FSIMulator:DSSimulation:TOWertoair:FLENgth:TAKeoff driver.source.fsimulator.dsSimulation.towerToAir.flength.set_takeoff(flen_takeoff = 1.0)
No command help available
- param flen_takeoff:
No help available