Offset

SCPI Command :

[SOURce<HW>]:BB:GNSS:SVID<CH>:GLONass:SIGNal:L1Band:L1CDma<US0>:POWer:OFFset
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get(satelliteSvid=SatelliteSvid.Default, indexNull=IndexNull.Default) float[source]
# [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.

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

  • indexNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘L1Cdma’)

Returns:

power_offset: float Range: -6 to 0

set(power_offset: float, satelliteSvid=SatelliteSvid.Default, indexNull=IndexNull.Default) None[source]
# [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.

Parameters:
  • power_offset – float Range: -6 to 0

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

  • indexNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘L1Cdma’)

Cloning the Group

# Create a copy of the original group, that exists independently
offset_copy = driver.source.bb.gnss.svid.glonass.signal.l1Band.l1Cdma.power.offset.clone()

Subgroups