Ncorrection

SCPI Command :

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

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

get() bool[source]
# SCPI: [SENSe]:POWer:NCORrection
value: bool = driver.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.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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.sense.power.ncorrection.clone()

Subgroups