Toc

SCPI Command :

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

Sets the reference time of clock.

Parameters:

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

Returns:

toc: integer

set(toc: int, satelliteSvid=SatelliteSvid.Default) None[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:QZSS:NMESsage:NAV:CCORrection:TOC
driver.source.bb.gnss.svid.qzss.nmessage.nav.ccorrection.toc.set(toc = 1, satelliteSvid = repcap.SatelliteSvid.Default)

Sets the reference time of clock.

Parameters:
  • toc – 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
toc_copy = driver.source.bb.gnss.svid.qzss.nmessage.nav.ccorrection.toc.clone()

Subgroups