Tgd

SCPI Command :

[SOURce<HW>]:BB:GNSS:SVID<CH>:GPS:NMESsage:CNAV:CCORrection:TGD
class TgdCls[source]

Tgd commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get(satelliteSvid=SatelliteSvid.Default) int[source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:GPS:NMESsage:CNAV:CCORrection:TGD
value: int = driver.source.bb.gnss.svid.gps.nmessage.cnav.ccorrection.tgd.get(satelliteSvid = repcap.SatelliteSvid.Default)

Sets the group delay.

param satelliteSvid

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

return

tgd: integer Range: -128 to 127

set(tgd: int, satelliteSvid=SatelliteSvid.Default) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:GPS:NMESsage:CNAV:CCORrection:TGD
driver.source.bb.gnss.svid.gps.nmessage.cnav.ccorrection.tgd.set(tgd = 1, satelliteSvid = repcap.SatelliteSvid.Default)

Sets the group delay.

param tgd

integer Range: -128 to 127

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.gps.nmessage.cnav.ccorrection.tgd.clone()

Subgroups