Offset

SCPI Command :

[SOURce<HW>]:BB:GNSS:SVID<CH>:GPS:SIGNal:L1Band:C2C:POWer: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>:GPS:SIGNal:L1Band:C2C:POWer:OFFset
value: float = driver.source.bb.gnss.svid.gps.signal.l1Band.c2C.power.offset.get(satelliteSvid = repcap.SatelliteSvid.Default)

No command help available

param satelliteSvid

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

return

power_offset: No help available

set(power_offset: float, satelliteSvid=SatelliteSvid.Default) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:GPS:SIGNal:L1Band:C2C:POWer:OFFset
driver.source.bb.gnss.svid.gps.signal.l1Band.c2C.power.offset.set(power_offset = 1.0, satelliteSvid = repcap.SatelliteSvid.Default)

No command help available

param power_offset

No help available

param satelliteSvid

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