Aabw
SCPI Command :
[SENSe]:POWer:ACHannel:AABW
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# [SENSe]:POWer:ACHannel:AABW value: bool = driver.applications.k18AmplifierEt.sense.power.achannel.aabw.get()
This command turns automatic selection of the measurement bandwidth for ACLR measurements on and off. When you turn this on, the application selects a measurement bandwidth that is large enough to capture all channels evaluated by the ACLR measurement.
- Returns:
state: ON | OFF | 1 | 0
- set(state: bool) None[source]
# [SENSe]:POWer:ACHannel:AABW driver.applications.k18AmplifierEt.sense.power.achannel.aabw.set(state = False)
This command turns automatic selection of the measurement bandwidth for ACLR measurements on and off. When you turn this on, the application selects a measurement bandwidth that is large enough to capture all channels evaluated by the ACLR measurement.
- Parameters:
state – ON | OFF | 1 | 0