Toc

SCPI Command :

[SOURce<HW>]:BB:GNSS:SVID<CH>:GPS: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>:GPS:SIMulated:CLOCk:TOC
value: float = driver.source.bb.gnss.svid.gps.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>:GPS:SIMulated:CLOCk:TOC
driver.source.bb.gnss.svid.gps.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’)