Reference
SCPI Command :
[SOURce<HW>]:BB:GNSS:SV:SELection:REFerence:VEHicle
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_vehicle() RefVehicle[source]
# [SOURce<HW>]:BB:GNSS:SV:SELection:REFerence:VEHicle value: enums.RefVehicle = driver.source.bb.gnss.sv.selection.reference.get_vehicle()
Sets the vehicle for that the satellite constellation settings apply.
- Returns:
reference_vehicle: V1 | V2
- set_vehicle(reference_vehicle: RefVehicle) None[source]
# [SOURce<HW>]:BB:GNSS:SV:SELection:REFerence:VEHicle driver.source.bb.gnss.sv.selection.reference.set_vehicle(reference_vehicle = enums.RefVehicle.V1)
Sets the vehicle for that the satellite constellation settings apply.
- Parameters:
reference_vehicle – V1 | V2