EmHold
SCPI Command :
[SENSe]:NR5G:EMHold
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# [SENSe]:NR5G:EMHold value: bool = driver.applications.k14Xnr5G.sense.nr5G.emHold.get()
Turns the EVM max hold function on and off.
- Returns:
state: ON | OFF | 1 | 0
- set(state: bool) None[source]
# [SENSe]:NR5G:EMHold driver.applications.k14Xnr5G.sense.nr5G.emHold.set(state = False)
Turns the EVM max hold function on and off.
- Parameters:
state – ON | OFF | 1 | 0