Offset

SCPI Command :

[SOURce<HW>]:BB:GNSS:SVID<CH>:GALileo:POWer:OFFSet
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get(satelliteSvid=SatelliteSvid.Default) float[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:GALileo:POWer:OFFSet
value: float = driver.source.bb.gnss.svid.galileo.power.offset.get(satelliteSvid = repcap.SatelliteSvid.Default)

Reduces the signal of the selected SV ID by the defined value.

Parameters:

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

Returns:

power_offset: float Range: -21 to 0

set(power_offset: float, satelliteSvid=SatelliteSvid.Default) None[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:GALileo:POWer:OFFSet
driver.source.bb.gnss.svid.galileo.power.offset.set(power_offset = 1.0, satelliteSvid = repcap.SatelliteSvid.Default)

Reduces the signal of the selected SV ID by the defined value.

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

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

Cloning the Group

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

Subgroups