Offset
SCPI Command :
[SOURce<HW>]:BB:GNSS:SVID<CH>:SBAS: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>:SBAS:POWer:OFFSet value: float = driver.source.bb.gnss.svid.sbas.power.offset.get(satelliteSvid = repcap.SatelliteSvid.Default)
Reduces the signal of the selected SV ID by the defined value.
- param satelliteSvid
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Svid’)
- return
power_offset: float Range: -21 to 0
- set(power_offset: float, satelliteSvid=SatelliteSvid.Default) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:SBAS:POWer:OFFSet driver.source.bb.gnss.svid.sbas.power.offset.set(power_offset = 1.0, satelliteSvid = repcap.SatelliteSvid.Default)
Reduces the signal of the selected SV ID by the defined value.
- param power_offset
float Range: -21 to 0
- param satelliteSvid
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Svid’)