Tgd
SCPI Command :
[SOURce<HW>]:BB:GNSS:SVID<CH>:BEIDou:NMESsage:CNAV:CCORrection:TGD
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get(satelliteSvid=SatelliteSvid.Default) int[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:BEIDou:NMESsage:CNAV:CCORrection:TGD value: int = driver.source.bb.gnss.svid.beidou.nmessage.cnav.ccorrection.tgd.get(satelliteSvid = repcap.SatelliteSvid.Default)
Sets the group delay.
- Parameters:
satelliteSvid – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Svid’)
- Returns:
tgd: integer Range: -128 to 127
- set(tgd: int, satelliteSvid=SatelliteSvid.Default) None[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:BEIDou:NMESsage:CNAV:CCORrection:TGD driver.source.bb.gnss.svid.beidou.nmessage.cnav.ccorrection.tgd.set(tgd = 1, satelliteSvid = repcap.SatelliteSvid.Default)
Sets the group delay.
- Parameters:
tgd – integer Range: -128 to 127
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
tgd_copy = driver.source.bb.gnss.svid.beidou.nmessage.cnav.ccorrection.tgd.clone()
Subgroups