Offset

SCPI Command :

[SOURce<HW>]:BB:GNSS:SVID<CH>:SBAS:SIGNal:L5Band:EL5S<US>:POWer:OFFset
class OffsetCls[source]

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

get(satelliteSvid=SatelliteSvid.Default, index=Index.Default) float[source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:SBAS:SIGNal:L5Band:EL5S<US>:POWer:OFFset
value: float = driver.source.bb.gnss.svid.sbas.signal.l5Band.el5S.power.offset.get(satelliteSvid = repcap.SatelliteSvid.Default, index = repcap.Index.Default)

Sets a power offset for the selected signal.

param satelliteSvid

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

param index

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

return

power_offset: float Range: -6 to 0

set(power_offset: float, satelliteSvid=SatelliteSvid.Default, index=Index.Default) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:SBAS:SIGNal:L5Band:EL5S<US>:POWer:OFFset
driver.source.bb.gnss.svid.sbas.signal.l5Band.el5S.power.offset.set(power_offset = 1.0, satelliteSvid = repcap.SatelliteSvid.Default, index = repcap.Index.Default)

Sets a power offset for the selected signal.

param power_offset

float Range: -6 to 0

param satelliteSvid

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

param index

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