IaWindow
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:IAWindow
- class IaWindowCls[source]
IaWindow commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(frameBlock=FrameBlock.Default) str [source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:IAWindow value: str = driver.source.bb.wlnn.fblock.bfConfiguration.iaWindow.get(frameBlock = repcap.FrameBlock.Default)
Sets the parameters necessary to support an IBSS (2 bytes) . The Information field contains the ATIM Window parameter.
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- return
ia_window: integer
- set(ia_window: str, frameBlock=FrameBlock.Default) None [source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:IAWindow driver.source.bb.wlnn.fblock.bfConfiguration.iaWindow.set(ia_window = rawAbc, frameBlock = repcap.FrameBlock.Default)
Sets the parameters necessary to support an IBSS (2 bytes) . The Information field contains the ATIM Window parameter.
- param ia_window
integer
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)