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() RsSmw.enums.Count [source]
# SCPI: [SOURce<HW>]:BB:GNSS:VEHicle:COUNt value: enums.Count = 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: RsSmw.enums.Count) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:VEHicle:COUNt driver.source.bb.gnss.vehicle.set_count(number_of_vehicle = enums.Count._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