Offset
SCPI Command :
[SOURce<HW>]:BB:GNSS:SVID<CH>:GLONass:SIGNal:L1Band:L1CDma<US0>:POWer:OFFset
- class OffsetCls[source]
Offset commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get(satelliteSvid=SatelliteSvid.Default, indexNull=IndexNull.Default) float [source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:GLONass:SIGNal:L1Band:L1CDma<US0>:POWer:OFFset value: float = driver.source.bb.gnss.svid.glonass.signal.l1Band.l1Cdma.power.offset.get(satelliteSvid = repcap.SatelliteSvid.Default, indexNull = repcap.IndexNull.Default)
Sets a power offset for the selected signal.
- param satelliteSvid:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Svid’)
- param indexNull:
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘L1Cdma’)
- return:
power_offset: float Range: -6 to 0
- set(power_offset: float, satelliteSvid=SatelliteSvid.Default, indexNull=IndexNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:GLONass:SIGNal:L1Band:L1CDma<US0>:POWer:OFFset driver.source.bb.gnss.svid.glonass.signal.l1Band.l1Cdma.power.offset.set(power_offset = 1.0, satelliteSvid = repcap.SatelliteSvid.Default, indexNull = repcap.IndexNull.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 indexNull:
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘L1Cdma’)
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.gnss.svid.glonass.signal.l1Band.l1Cdma.power.offset.clone()
Subgroups