Toc
SCPI Command :
[SOURce<HW>]:BB:GNSS:SVID<CH>:GALileo:SIMulated:CLOCk:TOC
- class TocCls[source]
Toc commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(satelliteSvid=SatelliteSvid.Default) float [source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:GALileo:SIMulated:CLOCk:TOC value: float = driver.source.bb.gnss.svid.galileo.simulated.clock.toc.get(satelliteSvid = repcap.SatelliteSvid.Default)
Sets the reference time of week.
- param satelliteSvid
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Svid’)
- return
toc: float
- set(toc: float, satelliteSvid=SatelliteSvid.Default) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:GALileo:SIMulated:CLOCk:TOC driver.source.bb.gnss.svid.galileo.simulated.clock.toc.set(toc = 1.0, satelliteSvid = repcap.SatelliteSvid.Default)
Sets the reference time of week.
- param toc
float
- param satelliteSvid
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Svid’)