ListPy

SCPI Commands :

[SOURce<HW>]:BB:GNSS:SVID:GLONass:LIST:ALL
[SOURce<HW>]:BB:GNSS:SVID:GLONass:LIST:[VALid]
class ListPyCls[source]

ListPy commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_all() List[int][source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID:GLONass:LIST:ALL
value: List[int] = driver.source.bb.gnss.svid.glonass.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’) .

return:

id_pi_db_gnss_sat_sv_id_list_all: No help available

get_valid() List[int][source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID:GLONass:LIST:[VALid]
value: List[int] = driver.source.bb.gnss.svid.glonass.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.

return:

gnss_sat_sv_id_list: No help available