Vehicle
SCPI Command :
[SOURce<HW>]:BB:GNSS:VEHicle:COUNt
- class VehicleCls[source]
Vehicle commands group definition. 3 total commands, 1 Subgroups, 1 group commands
- get_count() int [source]
# SCPI: [SOURce<HW>]:BB:GNSS:VEHicle:COUNt value: int = driver.source.bb.gnss.vehicle.get_count()
Sets the number of simulated vehicles.
- return:
number_of_vehicle: integer Range: 1 to 2
- set_count(number_of_vehicle: int) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:VEHicle:COUNt driver.source.bb.gnss.vehicle.set_count(number_of_vehicle = 1)
Sets the number of simulated vehicles.
- param number_of_vehicle:
integer Range: 1 to 2
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.gnss.vehicle.clone()
Subgroups