Bgda

SCPI Command :

[SOURce<HW>]:BB:GNSS:SVID<CH>:GALileo:NMESsage:INAV:CCORrection:BGDA
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get(satelliteSvid=SatelliteSvid.Default) int[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:GALileo:NMESsage:INAV:CCORrection:BGDA
value: int = driver.source.bb.gnss.svid.galileo.nmessage.inav.ccorrection.bgda.get(satelliteSvid = repcap.SatelliteSvid.Default)

Sets the broadcast group delay.

Parameters:

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

Returns:

bgd: integer Range: -512 to 511

set(bgd: int, satelliteSvid=SatelliteSvid.Default) None[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:GALileo:NMESsage:INAV:CCORrection:BGDA
driver.source.bb.gnss.svid.galileo.nmessage.inav.ccorrection.bgda.set(bgd = 1, satelliteSvid = repcap.SatelliteSvid.Default)

Sets the broadcast group delay.

Parameters:
  • bgd – integer Range: -512 to 511

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

Cloning the Group

# Create a copy of the original group, that exists independently
bgda_copy = driver.source.bb.gnss.svid.galileo.nmessage.inav.ccorrection.bgda.clone()

Subgroups