Common

SCPI Command :

[SENSe]:CORRection:ENR:COMMon
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# [SENSe]:CORRection:ENR:COMMon
value: bool = driver.applications.k30NoiseFigure.sense.correction.enr.common.get()

Turns the use of a common ENR on or off. For more information see ‘Common Noise Source’.

Returns:

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# [SENSe]:CORRection:ENR:COMMon
driver.applications.k30NoiseFigure.sense.correction.enr.common.set(state = False)

Turns the use of a common ENR on or off. For more information see ‘Common Noise Source’.

Parameters:

state – ON | OFF | 1 | 0