IaWindow

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:IAWindow
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(frameBlock=FrameBlock.Default) str[source]
# [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.

Parameters:

frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)

Returns:

ia_window: integer

set(ia_window: str, frameBlock=FrameBlock.Default) None[source]
# [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.

Parameters:
  • ia_window – integer

  • frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)