Smgmt

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:CAPability:SMGMt
class SmgmtCls[source]

Smgmt commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(frameBlock=FrameBlock.Default) bool[source]
# SCPI: [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.

param frameBlock

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

return

smgmt: 1| ON| 0| OFF

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

param smgmt

1| ON| 0| OFF

param frameBlock

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