Select
SCPI Command :
[SOURce<HW>]:BB:GNSS:RTK:BASE<ST>:LOCation:[SELect]
- class SelectCls[source]
Select commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(baseSt=BaseSt.Default) str [source]
# SCPI: [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.
- param baseSt
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Base’)
- 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, baseSt=BaseSt.Default) None [source]
# SCPI: [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.
- 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 baseSt
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Base’)