Tgd

SCPI Command :

[SOURce<HW>]:BB:GNSS:SVID<CH>:GPS:SIMulated:CLOCk:TGD
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(satelliteSvid=SatelliteSvid.Default) float[source]
# [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.

Parameters:

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

Returns:

tgd: float

set(tgd: float, satelliteSvid=SatelliteSvid.Default) None[source]
# [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.

Parameters:
  • tgd – float

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