Toc

SCPI Command :

[SOURce<HW>]:BB:GNSS:SVID<CH>:GALileo:NMESsage:INAV:CCORrection:TOC
class TocCls[source]

Toc commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get(satelliteSvid=SatelliteSvid.Default) int[source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:GALileo:NMESsage:INAV:CCORrection:TOC
value: int = driver.source.bb.gnss.svid.galileo.nmessage.inav.ccorrection.toc.get(satelliteSvid = repcap.SatelliteSvid.Default)

Sets the reference time of clock.

param satelliteSvid

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

return

toc: integer

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

Sets the reference time of clock.

param toc

integer

param satelliteSvid

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.gnss.svid.galileo.nmessage.inav.ccorrection.toc.clone()

Subgroups