Vehicle
SCPI Command :
[SOURce<HW>]:CEMulation:DSSimulation:USER:TX:VEHicle:MODE
- Commands in total: 5Subgroups: 2Direct child commands: 1
- get_mode() FadDssUsrVehMode[source]
# [SOURce<HW>]:CEMulation:DSSimulation:USER:TX:VEHicle:MODE value: enums.FadDssUsrVehMode = driver.source.cemulation.dsSimulation.user.tx.vehicle.get_mode()
No help available
- set_mode(veh_mode: FadDssUsrVehMode) None[source]
# [SOURce<HW>]:CEMulation:DSSimulation:USER:TX:VEHicle:MODE driver.source.cemulation.dsSimulation.user.tx.vehicle.set_mode(veh_mode = enums.FadDssUsrVehMode.NONE)
No help available
Cloning the Group
# Create a copy of the original group, that exists independently
vehicle_copy = driver.source.cemulation.dsSimulation.user.tx.vehicle.clone()
Subgroups