Uprotection
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:ERP:UPRotection
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(frameBlock=FrameBlock.Default) bool[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:ERP:UPRotection value: bool = driver.source.bb.wlnn.fblock.bfConfiguration.erp.uprotection.get(frameBlock = repcap.FrameBlock.Default)
Informs associated stations if they have to use protection.
- Parameters:
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- Returns:
eu_protection: 1 | ON | 0| OFF
- set(eu_protection: bool, frameBlock=FrameBlock.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:ERP:UPRotection driver.source.bb.wlnn.fblock.bfConfiguration.erp.uprotection.set(eu_protection = False, frameBlock = repcap.FrameBlock.Default)
Informs associated stations if they have to use protection.
- Parameters:
eu_protection – 1 | ON | 0| OFF
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)