Vehicle

SCPI Command :

[SOURce<HW>]:BB:GNSS:MONitor<CH>:DISPlay:VEHicle
class VehicleCls[source]

Vehicle commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(monitorPane=MonitorPane.Default) RsSmw.enums.RefVehicle[source]
# SCPI: [SOURce<HW>]:BB:GNSS:MONitor<CH>:DISPlay:VEHicle
value: enums.RefVehicle = driver.source.bb.gnss.monitor.display.vehicle.get(monitorPane = repcap.MonitorPane.Default)

Sets the vehicle for that the information displayed in the ‘Simulation Monitor’ applies.

param monitorPane

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Monitor’)

return

vehicle: V1| V2

set(vehicle: RsSmw.enums.RefVehicle, monitorPane=MonitorPane.Default) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:MONitor<CH>:DISPlay:VEHicle
driver.source.bb.gnss.monitor.display.vehicle.set(vehicle = enums.RefVehicle.V1, monitorPane = repcap.MonitorPane.Default)

Sets the vehicle for that the information displayed in the ‘Simulation Monitor’ applies.

param vehicle

V1| V2

param monitorPane

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Monitor’)