Ncorrection

SCPI Command :

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

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

Returns:

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# [SENSe]:NR5G:OOPower:NCORrection
driver.applications.k14Xnr5G.sense.nr5G.ooPower.ncorrection.set(state = False)

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

Parameters:

state – ON | OFF | 1 | 0