Present

SCPI Command :

[SOURce<HW>]:BB:GNSS:SVID<CH>:QZSS:PRESent
class PresentCls[source]

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

get(satelliteSvid=SatelliteSvid.Default) bool[source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:QZSS:PRESent
value: bool = driver.source.bb.gnss.svid.qzss.present.get(satelliteSvid = repcap.SatelliteSvid.Default)

Includes the SV ID in the currents constellation.

param satelliteSvid

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

return

present_in_const: 1| ON| 0| OFF

set(present_in_const: bool, satelliteSvid=SatelliteSvid.Default) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:QZSS:PRESent
driver.source.bb.gnss.svid.qzss.present.set(present_in_const = False, satelliteSvid = repcap.SatelliteSvid.Default)

Includes the SV ID in the currents constellation.

param present_in_const

1| ON| 0| OFF

param satelliteSvid

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