Rx

SCPI Commands :

[SOURce<HW>]:FSIMulator:DSSimulation:SHIPtoship:RX:HEADing
[SOURce<HW>]:FSIMulator:DSSimulation:SHIPtoship:RX:SPEed
[SOURce<HW>]:FSIMulator:DSSimulation:SHIPtoship:RX:TYPE
Commands in total: 6
Subgroups: 2
Direct child commands: 3
get_heading() float[source]
# [SOURce<HW>]:FSIMulator:DSSimulation:SHIPtoship:RX:HEADing
value: float = driver.source.fsimulator.dsSimulation.shiptoship.rx.get_heading()

No help available

get_speed() float[source]
# [SOURce<HW>]:FSIMulator:DSSimulation:SHIPtoship:RX:SPEed
value: float = driver.source.fsimulator.dsSimulation.shiptoship.rx.get_speed()

No help available

get_type_py() FadDssVehTypeShip[source]
# [SOURce<HW>]:FSIMulator:DSSimulation:SHIPtoship:RX:TYPE
value: enums.FadDssVehTypeShip = driver.source.fsimulator.dsSimulation.shiptoship.rx.get_type_py()

No help available

set_heading(heading: float) None[source]
# [SOURce<HW>]:FSIMulator:DSSimulation:SHIPtoship:RX:HEADing
driver.source.fsimulator.dsSimulation.shiptoship.rx.set_heading(heading = 1.0)

No help available

set_speed(speed: float) None[source]
# [SOURce<HW>]:FSIMulator:DSSimulation:SHIPtoship:RX:SPEed
driver.source.fsimulator.dsSimulation.shiptoship.rx.set_speed(speed = 1.0)

No help available

set_type_py(ship_type: FadDssVehTypeShip) None[source]
# [SOURce<HW>]:FSIMulator:DSSimulation:SHIPtoship:RX:TYPE
driver.source.fsimulator.dsSimulation.shiptoship.rx.set_type_py(ship_type = enums.FadDssVehTypeShip.SCARrier)

No help available

Cloning the Group

# Create a copy of the original group, that exists independently
rx_copy = driver.source.fsimulator.dsSimulation.shiptoship.rx.clone()

Subgroups