Toffset

SCPI Command :

[SOURce<HW>]:BB:GNSS:SVID<CH>:QZSS:SDYNamics:TOFFset
class ToffsetCls[source]

Toffset commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(satelliteSvid=SatelliteSvid.Default) float[source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:QZSS:SDYNamics:TOFFset
value: float = driver.source.bb.gnss.svid.qzss.sdynamics.toffset.get(satelliteSvid = repcap.SatelliteSvid.Default)

Sets a time delay before the profile is applied.

param satelliteSvid

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

return

time_offset: float Range: 0 to 9E4

set(time_offset: float, satelliteSvid=SatelliteSvid.Default) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:QZSS:SDYNamics:TOFFset
driver.source.bb.gnss.svid.qzss.sdynamics.toffset.set(time_offset = 1.0, satelliteSvid = repcap.SatelliteSvid.Default)

Sets a time delay before the profile is applied.

param time_offset

float Range: 0 to 9E4

param satelliteSvid

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