Bgdb

SCPI Command :

[SOURce<HW>]:BB:GNSS:SVID<CH>:GALileo:NMESsage:INAV:CCORrection:BGDB
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:BGDB
value: int = driver.source.bb.gnss.svid.galileo.nmessage.inav.ccorrection.bgdb.get(satelliteSvid = repcap.SatelliteSvid.Default)

Sets the broadcast group delay.

Parameters:

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

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

Sets the broadcast group delay.

Parameters:
  • tgd – 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
bgdb_copy = driver.source.bb.gnss.svid.galileo.nmessage.inav.ccorrection.bgdb.clone()

Subgroups