State

SCPI Command :

TRACe:IQ:APCon[:STATe]
class StateCls[source]

State commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() bool[source]
# SCPI: TRACe:IQ:APCon[:STATe]
value: bool = driver.trace.iq.apcon.state.get()

If enabled, the average power consumption is calculated at the end of the I/Q data measurement. This command must be set before the measurement is performed! The conversion factors A and B for the calculation are defined using method RsFsw. Trace.Iq.Apcon.A.set and method RsFsw.Trace.Iq.Apcon.B.set. The results can be queried using method RsFsw.Trace.Iq.Apcon. Result.get_. For details see ‘Average power consumption’.

return

state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on

set(state: bool) None[source]
# SCPI: TRACe:IQ:APCon[:STATe]
driver.trace.iq.apcon.state.set(state = False)

If enabled, the average power consumption is calculated at the end of the I/Q data measurement. This command must be set before the measurement is performed! The conversion factors A and B for the calculation are defined using method RsFsw. Trace.Iq.Apcon.A.set and method RsFsw.Trace.Iq.Apcon.B.set. The results can be queried using method RsFsw.Trace.Iq.Apcon. Result.get_. For details see ‘Average power consumption’.

param state

ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on