State
SCPI Command :
SENSe<CH>:[POWer]:SWEep:POWer:[SENSor]:SFRequency: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]:SFRequency:STATe value: bool = driver.sense.power.sweep.power.sensor.sfrequency.state.get(channel = repcap.Channel.Default)
Activates the use of a different frequency for the power measurement.
- 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]:SFRequency:STATe driver.sense.power.sweep.power.sensor.sfrequency.state.set(state = False, channel = repcap.Channel.Default)
Activates the use of a different frequency for the power measurement.
- param state:
0| 1| OFF| ON
- param channel:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sense’)