Aabw

SCPI Command :

[SENSe]:POWer:ACHannel:AABW
class AabwCls[source]

Aabw commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() bool[source]
# SCPI: [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.

return

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# SCPI: [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.

param state

ON | OFF | 1 | 0