Offset

SCPI Command :

[SOURce<HW>]:BB:GNSS:SVID<CH>:GLONass:PRERrors:PROFile:OFFSet
class OffsetCls[source]

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

get(satelliteSvid=SatelliteSvid.Default) float[source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:GLONass:PRERrors:PROFile:OFFSet
value: float = driver.source.bb.gnss.svid.glonass.prErrors.profile.offset.get(satelliteSvid = repcap.SatelliteSvid.Default)

Adds a start time offset.

param satelliteSvid

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

return

profile_offset: float Range: 0 to 86400

set(profile_offset: float, satelliteSvid=SatelliteSvid.Default) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:GLONass:PRERrors:PROFile:OFFSet
driver.source.bb.gnss.svid.glonass.prErrors.profile.offset.set(profile_offset = 1.0, satelliteSvid = repcap.SatelliteSvid.Default)

Adds a start time offset.

param profile_offset

float Range: 0 to 86400

param satelliteSvid

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