ListPy

SCPI Commands :

[SOURce<HW>]:BB:GNSS:SVID:BEIDou:LIST:ALL
[SOURce<HW>]:BB:GNSS:SVID:BEIDou:LIST:[VALid]
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_all() List[int][source]
# [SOURce<HW>]:BB:GNSS:SVID:BEIDou:LIST:ALL
value: List[int] = driver.source.bb.gnss.svid.beidou.listPy.get_all()

Queries the SV IDs of all satellites of the GNSS system. The query lists SV IDs of the satellites included in and excluded from the satellite constellation (Figure ‘Satellite constellation per GNSS system’) .

get_valid() List[int][source]
# [SOURce<HW>]:BB:GNSS:SVID:BEIDou:LIST:[VALid]
value: List[int] = driver.source.bb.gnss.svid.beidou.listPy.get_valid()

Queries the SV IDs of all valid satellites for the GNSS system. The query lists SV IDs of the satellites included in the satellite constellation.