Present

SCPI Command :

[SOURce<HW>]:BB:GNSS:SVID<CH>:NAVic:PRESent
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(satelliteSvid=SatelliteSvid.Default) bool[source]
# [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.

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>: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.

Parameters:
  • present_in_const – 1 | ON | 0| OFF

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