Zlf
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:MAC:HTControl:ZLF
- class ZlfCls[source]
Zlf commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(frameBlock=FrameBlock.Default) str [source]
# SCPI: [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
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- return
zlf: integer Range: #H0,1 to #H1,1
- set(zlf: str, frameBlock=FrameBlock.Default) None [source]
# SCPI: [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
- param zlf
integer Range: #H0,1 to #H1,1
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)