System

SCPI Command :

[SOURce<HW>]:BB:GNSS:SVID<CH>:SBAS:SYSTem
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(satelliteSvid=SatelliteSvid.Default) SbasSystem[source]
# [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.

Parameters:

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

Returns:

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: SbasSystem, satelliteSvid=SatelliteSvid.Default) None[source]
# [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.

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

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