NePresent
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:ERP:NEPResent
- class NePresentCls[source]
NePresent commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(frameBlock=FrameBlock.Default) bool [source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:ERP:NEPResent value: bool = driver.source.bb.wlnn.fblock.bfConfiguration.erp.nePresent.get(frameBlock = repcap.FrameBlock.Default)
Sets Non-ERP Present on. This is needed if there is a non-ERP MU associated to the AP.
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- return
ene_present: 1| ON| 0| OFF
- set(ene_present: bool, frameBlock=FrameBlock.Default) None [source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:ERP:NEPResent driver.source.bb.wlnn.fblock.bfConfiguration.erp.nePresent.set(ene_present = False, frameBlock = repcap.FrameBlock.Default)
Sets Non-ERP Present on. This is needed if there is a non-ERP MU associated to the AP.
- param ene_present
1| ON| 0| OFF
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)