Vehicle
SCPI Command :
[SOURce<HW>]:BB:GNSS:VEHicle:COUNt
- Commands in total: 3Subgroups: 1Direct child commands: 1
- get_count() int[source]
# [SOURce<HW>]:BB:GNSS:VEHicle:COUNt value: int = driver.source.bb.gnss.vehicle.get_count()
Sets the number of simulated vehicles.
- Returns:
number_of_vehicle: integer Range: 1 to 2
- set_count(number_of_vehicle: int) None[source]
# [SOURce<HW>]:BB:GNSS:VEHicle:COUNt driver.source.bb.gnss.vehicle.set_count(number_of_vehicle = 1)
Sets the number of simulated vehicles.
- Parameters:
number_of_vehicle – integer Range: 1 to 2
Cloning the Group
# Create a copy of the original group, that exists independently
vehicle_copy = driver.source.bb.gnss.vehicle.clone()
Subgroups