Vehicle

SCPI Command :

[SOURce<HW>]:BB:GNSS:MONitor<CH>:DISPlay:VEHicle
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(monitorPane=MonitorPane.Default) RefVehicle[source]
# [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.

Parameters:

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

Returns:

vehicle: V1 | V2

set(vehicle: RefVehicle, monitorPane=MonitorPane.Default) None[source]
# [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.

Parameters:
  • vehicle – V1 | V2

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