System

SCPI Command :

[SOURce<HW>]:BB:GNSS:SVID<CH>:SBAS:SYSTem
class SystemCls[source]

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

get(satelliteSvid=SatelliteSvid.Default) RsSmbv.enums.SbasSystem[source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:SBAS:SYSTem
value: enums.SbasSystem = driver.source.bb.gnss.svid.sbas.system.get(satelliteSvid = repcap.SatelliteSvid.Default)

Maps the SBAS space vehicle, the pseudorandom number (PRN) , with the SBAS system. If a PRN is mapped to an SBAS, this PRN is not available in the other SBAS.

param satelliteSvid

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

return

sbas_system: EGNOS| WAAS| MSAS| GAGAN| NONE EGNOS|WAAS|MSAS|GAGAN SBAS available for mapping NONE Space vehicle is excluded from all SBAS constellations.

set(sbas_system: RsSmbv.enums.SbasSystem, satelliteSvid=SatelliteSvid.Default) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:SBAS:SYSTem
driver.source.bb.gnss.svid.sbas.system.set(sbas_system = enums.SbasSystem.EGNOS, satelliteSvid = repcap.SatelliteSvid.Default)

Maps the SBAS space vehicle, the pseudorandom number (PRN) , with the SBAS system. If a PRN is mapped to an SBAS, this PRN is not available in the other SBAS.

param sbas_system

EGNOS| WAAS| MSAS| GAGAN| NONE EGNOS|WAAS|MSAS|GAGAN SBAS available for mapping NONE Space vehicle is excluded from all SBAS constellations.

param satelliteSvid

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