Smgmt
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:CAPability:SMGMt
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(frameBlock=FrameBlock.Default) bool[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:CAPability:SMGMt value: bool = driver.source.bb.wlnn.fblock.bfConfiguration.capability.smgmt.get(frameBlock = repcap.FrameBlock.Default)
Informs the associated stations if spectrum management is enabled.
- Parameters:
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- Returns:
smgmt: 1 | ON | 0| OFF
- set(smgmt: bool, frameBlock=FrameBlock.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:CAPability:SMGMt driver.source.bb.wlnn.fblock.bfConfiguration.capability.smgmt.set(smgmt = False, frameBlock = repcap.FrameBlock.Default)
Informs the associated stations if spectrum management is enabled.
- Parameters:
smgmt – 1 | ON | 0| OFF
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)