Ibss

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:CAPability:IBSS
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(frameBlock=FrameBlock.Default) bool[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:CAPability:IBSS
value: bool = driver.source.bb.wlnn.fblock.bfConfiguration.capability.ibss.get(frameBlock = repcap.FrameBlock.Default)

Informs the associated stations if the network is an IBSS type network.

Parameters:

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

Returns:

cib_ss: 1 | ON | 0| OFF

set(cib_ss: bool, frameBlock=FrameBlock.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:CAPability:IBSS
driver.source.bb.wlnn.fblock.bfConfiguration.capability.ibss.set(cib_ss = False, frameBlock = repcap.FrameBlock.Default)

Informs the associated stations if the network is an IBSS type network.

Parameters:
  • cib_ss – 1 | ON | 0| OFF

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