UamSettings
SCPI Command :
[SENSe]:NR5G:OOPower:UAMSettings
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# [SENSe]:NR5G:OOPower:UAMSettings value: bool = driver.applications.k14Xnr5G.sense.nr5G.ooPower.uamSettings.get()
Turns availability of amplitude settings in the on / off power measurement on and off.
- Returns:
state: ON | OFF | 1 | 0
- set(state: bool) None[source]
# [SENSe]:NR5G:OOPower:UAMSettings driver.applications.k14Xnr5G.sense.nr5G.ooPower.uamSettings.set(state = False)
Turns availability of amplitude settings in the on / off power measurement on and off.
- Parameters:
state – ON | OFF | 1 | 0