Offset
SCPI Command :
[SOURce<HW>]:BB:GNSS:SVID<CH>:SBAS:SIGNal:L5Band:EL5S<US>:POWer:OFFset
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get(satelliteSvid=SatelliteSvid.Default, index=Index.Default) float[source]
# [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.
- Parameters:
satelliteSvid – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Svid’)
index – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘El5S’)
- Returns:
power_offset: float Range: -6 to 0
- set(power_offset: float, satelliteSvid=SatelliteSvid.Default, index=Index.Default) None[source]
# [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.
- Parameters:
power_offset – float Range: -6 to 0
satelliteSvid – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Svid’)
index – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘El5S’)
Cloning the Group
# Create a copy of the original group, that exists independently
offset_copy = driver.source.bb.gnss.svid.sbas.signal.l5Band.el5S.power.offset.clone()
Subgroups