State
SCPI Command :
SENSe<CH>:[POWer]:SWEep:FREQuency:[SENSor]:SRANge:[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:FREQuency:[SENSor]:SRANge:[STATe] value: bool = driver.sense.power.sweep.frequency.sensor.srange.state.get(channel = repcap.Channel.Default)
Activates the use of a frequency range for the power measurement that is different to the set signal generator frequency range. The separate frequency range is entered with commands method RsSmab.Sense.Power.Sweep.Frequency.Sensor.Srange. Start.set and method RsSmab.Sense.Power.Sweep.Frequency.Sensor.Srange.Stop.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:FREQuency:[SENSor]:SRANge:[STATe] driver.sense.power.sweep.frequency.sensor.srange.state.set(state = False, channel = repcap.Channel.Default)
Activates the use of a frequency range for the power measurement that is different to the set signal generator frequency range. The separate frequency range is entered with commands method RsSmab.Sense.Power.Sweep.Frequency.Sensor.Srange. Start.set and method RsSmab.Sense.Power.Sweep.Frequency.Sensor.Srange.Stop.set.
- param state:
0| 1| OFF| ON
- param channel:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sense’)