Present
SCPI Command :
[SOURce<HW>]:BB:GNSS:SVID<CH>:SBAS:PRESent
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(satelliteSvid=SatelliteSvid.Default) bool[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:SBAS:PRESent value: bool = driver.source.bb.gnss.svid.sbas.present.get(satelliteSvid = repcap.SatelliteSvid.Default)
Includes the SV ID in the currents constellation.
- Parameters:
satelliteSvid – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Svid’)
- Returns:
present_in_const: 1 | ON | 0| OFF
- set(present_in_const: bool, satelliteSvid=SatelliteSvid.Default) None[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:SBAS:PRESent driver.source.bb.gnss.svid.sbas.present.set(present_in_const = False, satelliteSvid = repcap.SatelliteSvid.Default)
Includes the SV ID in the currents constellation.
- Parameters:
present_in_const – 1 | ON | 0| OFF
satelliteSvid – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Svid’)