Ncorrection
SCPI Command :
[SENSe]:POWer:NCORrection
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get() bool[source]
# [SENSe]:POWer:NCORrection value: bool = driver.applications.k14Xnr5G.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’.
- Returns:
state: ON | OFF | 1 | 0
- set(state: bool) None[source]
# [SENSe]:POWer:NCORrection driver.applications.k14Xnr5G.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’.
- Parameters:
state – ON | OFF | 1 | 0
Cloning the Group
# Create a copy of the original group, that exists independently
ncorrection_copy = driver.applications.k14Xnr5G.sense.power.ncorrection.clone()
Subgroups