State
SCPI Command :
SENSe<CH>:[POWer]:SWEep:POWer:[SENSor]:OFFSet:STATe
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(channel=Channel.Default) bool[source]
# SCPI: SENSe<CH>:[POWer]:SWEep:POWer:[SENSor]:OFFSet:STATe value: bool = driver.sense.power.sweep.power.sensor.offset.state.get(channel = repcap.Channel.Default)
Activates a level offset at the sensor input. Define the appropriate value with the command method RsSmab.Sense.Power. Sweep.Power.Sensor.Offset.set.
- param channel:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sense’)
- return:
state: 0| 1| OFF| ON
- set(state: bool, channel=Channel.Default) None[source]
# SCPI: SENSe<CH>:[POWer]:SWEep:POWer:[SENSor]:OFFSet:STATe driver.sense.power.sweep.power.sensor.offset.state.set(state = False, channel = repcap.Channel.Default)
Activates a level offset at the sensor input. Define the appropriate value with the command method RsSmab.Sense.Power. Sweep.Power.Sensor.Offset.set.
- param state:
0| 1| OFF| ON
- param channel:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sense’)