Select

SCPI Command :

[SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:LOCation:[SELect]
class SelectCls[source]

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

get(vehicle=Vehicle.Default) str[source]
# SCPI: [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.

param vehicle

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

return

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]
# SCPI: [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.

param 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.

param vehicle

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