NePresent

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:ERP:NEPResent
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(frameBlock=FrameBlock.Default) bool[source]
# [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.

Parameters:

frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)

Returns:

ene_present: 1 | ON | 0| OFF

set(ene_present: bool, frameBlock=FrameBlock.Default) None[source]
# [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.

Parameters:
  • ene_present – 1 | ON | 0| OFF

  • frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)