Dtau

SCPI Command :

[SOURce<HW>]:BB:GNSS:SVID<CH>:GLONass:NMESsage:NAV:CCORrection:DTAU
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get(satelliteSvid=SatelliteSvid.Default) int[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:GLONass:NMESsage:NAV:CCORrection:DTAU
value: int = driver.source.bb.gnss.svid.glonass.nmessage.nav.ccorrection.dtau.get(satelliteSvid = repcap.SatelliteSvid.Default)

Sets the DELTA Tn (~Tgd) .

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>:GLONass:NMESsage:NAV:CCORrection:DTAU
driver.source.bb.gnss.svid.glonass.nmessage.nav.ccorrection.dtau.set(tgd = 1, satelliteSvid = repcap.SatelliteSvid.Default)

Sets the DELTA Tn (~Tgd) .

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
dtau_copy = driver.source.bb.gnss.svid.glonass.nmessage.nav.ccorrection.dtau.clone()

Subgroups