Zlf
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:MAC:HTControl:ZLF
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(frameBlock=FrameBlock.Default) str[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:MAC:HTControl:ZLF value: str = driver.source.bb.wlnn.fblock.mac.htControl.zlf.get(frameBlock = repcap.FrameBlock.Default)
Sets the value for the ZLF announcement. 0 = no ZLF will follow 1 = ZLF will follow
- Parameters:
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- Returns:
zlf: integer Range: #H0,1 to #H1,1
- set(zlf: str, frameBlock=FrameBlock.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:MAC:HTControl:ZLF driver.source.bb.wlnn.fblock.mac.htControl.zlf.set(zlf = rawAbc, frameBlock = repcap.FrameBlock.Default)
Sets the value for the ZLF announcement. 0 = no ZLF will follow 1 = ZLF will follow
- Parameters:
zlf – integer Range: #H0,1 to #H1,1
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)