State

SCPI Command :

[SENSe]:ADJust:NCANcel:AVERage:STATe
class StateCls[source]

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

get() bool[source]
# SCPI: [SENSe]:ADJust:NCANcel:AVERage:STATe
value: bool = driver.applications.k14Xnr5G.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 [SENSe:]ADJust:NCANcel:AVERage[:COUNt]. For details, see ‘Concept of I/Q noise cancellation’.

return

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]
# SCPI: [SENSe]:ADJust:NCANcel:AVERage:STATe
driver.applications.k14Xnr5G.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 [SENSe:]ADJust:NCANcel:AVERage[:COUNt]. For details, see ‘Concept of I/Q noise cancellation’.

param 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_