Offset

SCPI Command :

SENSe<CH>:[POWer]:SWEep:FREQuency:[SENSor]:OFFSet
class OffsetCls[source]

Offset commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get(channel=Channel.Default) float[source]
# SCPI: SENSe<CH>:[POWer]:SWEep:FREQuency:[SENSor]:OFFSet
value: float = driver.sense.power.sweep.frequency.sensor.offset.get(channel = repcap.Channel.Default)

Defines the level offset at the sensor input in dB. Activate the offset with the command method RsSmab.Sense.Power.Sweep. Frequency.Sensor.Offset.State.set.

param channel:

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

return:

offset: float Range: -100 to 100

set(offset: float, channel=Channel.Default) None[source]
# SCPI: SENSe<CH>:[POWer]:SWEep:FREQuency:[SENSor]:OFFSet
driver.sense.power.sweep.frequency.sensor.offset.set(offset = 1.0, channel = repcap.Channel.Default)

Defines the level offset at the sensor input in dB. Activate the offset with the command method RsSmab.Sense.Power.Sweep. Frequency.Sensor.Offset.State.set.

param offset:

float Range: -100 to 100

param channel:

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.sense.power.sweep.frequency.sensor.offset.clone()

Subgroups