Tgd

SCPI Command :

[SOURce<HW>]:BB:GNSS:SVID<CH>:GPS:SIMulated:CLOCk:TGD
class TgdCls[source]

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

get(satelliteSvid=SatelliteSvid.Default) float[source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:GPS:SIMulated:CLOCk:TGD
value: float = driver.source.bb.gnss.svid.gps.simulated.clock.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: float

set(tgd: float, satelliteSvid=SatelliteSvid.Default) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:GPS:SIMulated:CLOCk:TGD
driver.source.bb.gnss.svid.gps.simulated.clock.tgd.set(tgd = 1.0, satelliteSvid = repcap.SatelliteSvid.Default)

Sets the group delay.

param tgd

float

param satelliteSvid

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