State

SCPI Command :

[SENSe]:ADJust:NCANcel:AVERage[:STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# [SENSe]:ADJust:NCANcel:AVERage[:STATe]
value: bool = driver.applications.k91Wlan.sense.adjust.ncancel.average.state.get()

Enables and disables I/Q noise cancellation. Requires the R&S FSW-K575 option and a synchronized, repetitive input signal. The number of initial measurements performed is defined by method RsFsw.sense.adjust.ncancel.average.count.set() . For details, see ‘Concept of I/Q noise cancellation’.

Returns:

state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on If synchronization fails, the noise cancellation process is not started, and an error message is provided. Status bit 7 in the STATus:QUEStionable:SYNC:CONDition status register is set (BIT_K575_FAILED) . See method RsFsw.status.questionable.sync.condition.get()

set(state: bool) None[source]
# [SENSe]:ADJust:NCANcel:AVERage[:STATe]
driver.applications.k91Wlan.sense.adjust.ncancel.average.state.set(state = False)

Enables and disables I/Q noise cancellation. Requires the R&S FSW-K575 option and a synchronized, repetitive input signal. The number of initial measurements performed is defined by method RsFsw.sense.adjust.ncancel.average.count.set() . For details, see ‘Concept of I/Q noise cancellation’.

Parameters:

state – ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on If synchronization fails, the noise cancellation process is not started, and an error message is provided. Status bit 7 in the STATus:QUEStionable:SYNC:CONDition status register is set (BIT_K575_FAILED) . See method RsFsw.status.questionable.sync.condition.get()