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() RsSmbv.enums.Count [source]
# SCPI: [SOURce<HW>]:BB:GNSS:VEHicle:COUNt value: enums.Count = driver.source.bb.gnss.vehicle.get_count()
No command help available
- return
number_of_vehicle: No help available
- set_count(number_of_vehicle: RsSmbv.enums.Count) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:VEHicle:COUNt driver.source.bb.gnss.vehicle.set_count(number_of_vehicle = enums.Count._1)
No command help available
- param number_of_vehicle
No help available
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.gnss.vehicle.clone()
Subgroups