Taun
SCPI Command :
[SOURce<HW>]:BB:GNSS:SVID<CH>:GLONass:NMESsage:NAV:CCORrection:TAUN
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get(satelliteSvid=SatelliteSvid.Default) int[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:GLONass:NMESsage:NAV:CCORrection:TAUN value: int = driver.source.bb.gnss.svid.glonass.nmessage.nav.ccorrection.taun.get(satelliteSvid = repcap.SatelliteSvid.Default)
Sets the parameter Tn (~ -af0)
- Parameters:
satelliteSvid – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Svid’)
- Returns:
tau: integer
- set(tau: int, satelliteSvid=SatelliteSvid.Default) None[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:GLONass:NMESsage:NAV:CCORrection:TAUN driver.source.bb.gnss.svid.glonass.nmessage.nav.ccorrection.taun.set(tau = 1, satelliteSvid = repcap.SatelliteSvid.Default)
Sets the parameter Tn (~ -af0)
- Parameters:
tau – integer
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
taun_copy = driver.source.bb.gnss.svid.glonass.nmessage.nav.ccorrection.taun.clone()
Subgroups