Present
SCPI Command :
[SOURce<HW>]:BB:GNSS:SVID<CH>:NAVic: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>:NAVic:PRESent value: bool = driver.source.bb.gnss.svid.navic.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>:NAVic:PRESent driver.source.bb.gnss.svid.navic.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’)