Vehicle

SCPI Command :

[SOURce<HW>]:BB:GNSS:VEHicle:COUNt
Commands in total: 3
Subgroups: 1
Direct child commands: 1
get_count() Count[source]
# [SOURce<HW>]:BB:GNSS:VEHicle:COUNt
value: enums.Count = driver.source.bb.gnss.vehicle.get_count()

No help available

set_count(number_of_vehicle: Count) None[source]
# [SOURce<HW>]:BB:GNSS:VEHicle:COUNt
driver.source.bb.gnss.vehicle.set_count(number_of_vehicle = enums.Count._1)

No help available

Cloning the Group

# Create a copy of the original group, that exists independently
vehicle_copy = driver.source.bb.gnss.vehicle.clone()

Subgroups