Ncorrection

SCPI Command :

[SENSe][:LTE]:OOPower:NCORrection
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# [SENSe][:LTE]:OOPower:NCORrection
value: bool = driver.applications.k10Xlte.sense.lte.ooPower.ncorrection.get()

Turns noise correction for on/off power measurements on and off.

Returns:

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# [SENSe][:LTE]:OOPower:NCORrection
driver.applications.k10Xlte.sense.lte.ooPower.ncorrection.set(state = False)

Turns noise correction for on/off power measurements on and off.

Parameters:

state – ON | OFF | 1 | 0