Select

SCPI Command :

[SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:LOCation:[SELect]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(vehicle=Vehicle.Default) str[source]
# [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:LOCation:[SELect]
value: str = driver.source.bb.gnss.receiver.v.location.select.get(vehicle = repcap.Vehicle.Default)

Selects the geographic location of the GNSS receiver.

Parameters:

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

Returns:

location: string User Defined Enables the definition of the ‘Latitude’, ‘Longitude’ and ‘Altitude’ of the GNSS receiver with fixed position in the ECEF WGS84 coordinate system. ‘City’ Selects one of the predefined geographic locations, see Table ‘Coordinates of the simulated predefined positions’. The parameters latitude, longitude and altitude are set according to the selected position.

set(location: str, vehicle=Vehicle.Default) None[source]
# [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:LOCation:[SELect]
driver.source.bb.gnss.receiver.v.location.select.set(location = 'abc', vehicle = repcap.Vehicle.Default)

Selects the geographic location of the GNSS receiver.

Parameters:
  • location – string User Defined Enables the definition of the ‘Latitude’, ‘Longitude’ and ‘Altitude’ of the GNSS receiver with fixed position in the ECEF WGS84 coordinate system. ‘City’ Selects one of the predefined geographic locations, see Table ‘Coordinates of the simulated predefined positions’. The parameters latitude, longitude and altitude are set according to the selected position.

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