Am
SCPI Command :
[SENSe]:REJect:AM
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# [SENSe]:REJect:AM value: bool = driver.applications.k40PhaseNoise.sense.reject.am.get()
Turns the suppression of AM noise on and off.
- Returns:
state: ON | OFF | 1 | 0
- set(state: bool) None[source]
# [SENSe]:REJect:AM driver.applications.k40PhaseNoise.sense.reject.am.set(state = False)
Turns the suppression of AM noise on and off.
- Parameters:
state – ON | OFF | 1 | 0