Vehicle

SCPI Command :

[SOURce<HW>]:FSIMulator:DSSimulation:USER:TX:VEHicle:MODE
class VehicleCls[source]

Vehicle commands group definition. 5 total commands, 2 Subgroups, 1 group commands

get_mode() RsSmw.enums.FadDssUsrVehMode[source]
# SCPI: [SOURce<HW>]:FSIMulator:DSSimulation:USER:TX:VEHicle:MODE
value: enums.FadDssUsrVehMode = driver.source.fsimulator.dsSimulation.user.tx.vehicle.get_mode()

No command help available

return

veh_mode: No help available

set_mode(veh_mode: RsSmw.enums.FadDssUsrVehMode) None[source]
# SCPI: [SOURce<HW>]:FSIMulator:DSSimulation:USER:TX:VEHicle:MODE
driver.source.fsimulator.dsSimulation.user.tx.vehicle.set_mode(veh_mode = enums.FadDssUsrVehMode.NONE)

No command help available

param veh_mode

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.fsimulator.dsSimulation.user.tx.vehicle.clone()

Subgroups