Uprotection
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:ERP:UPRotection
- class UprotectionCls[source]
Uprotection 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: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.
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- return
eu_protection: 1| ON| 0| OFF
- set(eu_protection: bool, frameBlock=FrameBlock.Default) None [source]
# SCPI: [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.
- param eu_protection
1| ON| 0| OFF
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)