Ncorrection

SCPI Command :

[SENSe]:POWer:NCORrection
class NcorrectionCls[source]

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

get() bool[source]
# SCPI: [SENSe]:POWer:NCORrection
value: bool = driver.applications.k91Wlan.sense.power.ncorrection.get()

Turns noise cancellation on and off. If noise cancellation is on, the FSW performs a reference measurement to determine its inherent noise and subtracts the result from the channel power measurement result (first active trace only) . For more information see ‘Noise Cancellation’.

return

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# SCPI: [SENSe]:POWer:NCORrection
driver.applications.k91Wlan.sense.power.ncorrection.set(state = False)

Turns noise cancellation on and off. If noise cancellation is on, the FSW performs a reference measurement to determine its inherent noise and subtracts the result from the channel power measurement result (first active trace only) . For more information see ‘Noise Cancellation’.

param state

ON | OFF | 1 | 0