Bgda
SCPI Command :
[SOURce<HW>]:BB:GNSS:SVID<CH>:GALileo:NMESsage:FNAV:CCORrection:BGDA
- class BgdaCls[source]
Bgda commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get(satelliteSvid=SatelliteSvid.Default) int [source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:GALileo:NMESsage:FNAV:CCORrection:BGDA value: int = driver.source.bb.gnss.svid.galileo.nmessage.fnav.ccorrection.bgda.get(satelliteSvid = repcap.SatelliteSvid.Default)
Sets the broadcast group delay.
- param satelliteSvid
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Svid’)
- return
bgd: integer Range: -512 to 511
- set(bgd: int, satelliteSvid=SatelliteSvid.Default) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:GALileo:NMESsage:FNAV:CCORrection:BGDA driver.source.bb.gnss.svid.galileo.nmessage.fnav.ccorrection.bgda.set(bgd = 1, satelliteSvid = repcap.SatelliteSvid.Default)
Sets the broadcast group delay.
- param bgd
integer Range: -512 to 511
- param satelliteSvid
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Svid’)
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.gnss.svid.galileo.nmessage.fnav.ccorrection.bgda.clone()
Subgroups