Select

SCPI Command :

[SOURce<HW>]:BB:GNSS:RTK:BASE<ST>:LOCation:[SELect]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(baseSt=BaseSt.Default) str[source]
# [SOURce<HW>]:BB:GNSS:RTK:BASE<ST>:LOCation:[SELect]
value: str = driver.source.bb.gnss.rtk.base.location.select.get(baseSt = repcap.BaseSt.Default)

Selects the geographic location of the RTK base station.

Parameters:

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

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, baseSt=BaseSt.Default) None[source]
# [SOURce<HW>]:BB:GNSS:RTK:BASE<ST>:LOCation:[SELect]
driver.source.bb.gnss.rtk.base.location.select.set(location = 'abc', baseSt = repcap.BaseSt.Default)

Selects the geographic location of the RTK base station.

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.

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