Rx
SCPI Commands :
[SOURce<HW>]:FSIMulator:DSSimulation:SHIPtoship:RX:HEADing
[SOURce<HW>]:FSIMulator:DSSimulation:SHIPtoship:RX:SPEed
[SOURce<HW>]:FSIMulator:DSSimulation:SHIPtoship:RX:TYPE
- class RxCls[source]
Rx commands group definition. 6 total commands, 2 Subgroups, 3 group commands
- get_heading() float [source]
# SCPI: [SOURce<HW>]:FSIMulator:DSSimulation:SHIPtoship:RX:HEADing value: float = driver.source.fsimulator.dsSimulation.shiptoship.rx.get_heading()
No command help available
- return:
heading: No help available
- get_speed() float [source]
# SCPI: [SOURce<HW>]:FSIMulator:DSSimulation:SHIPtoship:RX:SPEed value: float = driver.source.fsimulator.dsSimulation.shiptoship.rx.get_speed()
No command help available
- return:
speed: No help available
- get_type_py() FadDssVehTypeShip [source]
# SCPI: [SOURce<HW>]:FSIMulator:DSSimulation:SHIPtoship:RX:TYPE value: enums.FadDssVehTypeShip = driver.source.fsimulator.dsSimulation.shiptoship.rx.get_type_py()
No command help available
- return:
ship_type: No help available
- set_heading(heading: float) None [source]
# SCPI: [SOURce<HW>]:FSIMulator:DSSimulation:SHIPtoship:RX:HEADing driver.source.fsimulator.dsSimulation.shiptoship.rx.set_heading(heading = 1.0)
No command help available
- param heading:
No help available
- set_speed(speed: float) None [source]
# SCPI: [SOURce<HW>]:FSIMulator:DSSimulation:SHIPtoship:RX:SPEed driver.source.fsimulator.dsSimulation.shiptoship.rx.set_speed(speed = 1.0)
No command help available
- param speed:
No help available
- set_type_py(ship_type: FadDssVehTypeShip) None [source]
# SCPI: [SOURce<HW>]:FSIMulator:DSSimulation:SHIPtoship:RX:TYPE driver.source.fsimulator.dsSimulation.shiptoship.rx.set_type_py(ship_type = enums.FadDssVehTypeShip.SCARrier)
No command help available
- param ship_type:
No help available
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.fsimulator.dsSimulation.shiptoship.rx.clone()
Subgroups