Ncorrection

SCPI Command :

[SENSe][:LTE]:OOPower:NCORrection
class NcorrectionCls[source]

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

get() bool[source]
# SCPI: [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.

return

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# SCPI: [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.

param state

ON | OFF | 1 | 0