Msi

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:MAC:VHTControl:MSI
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(frameBlock=FrameBlock.Default) str[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:MAC:VHTControl:MSI
value: str = driver.source.bb.wlnn.fblock.mac.vhtControl.msi.get(frameBlock = repcap.FrameBlock.Default)

The command sets the MSI subfield. MRQ = 0 When the MRQ subfield is set to 0, the MSI subfield is reserved. MRQ = 1 When the MRQ subfield is set to 1, the MSI subfield contains a sequence number in the range 0 to 6 that identifies the specific request.

Parameters:

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

Returns:

msi: integer

set(msi: str, frameBlock=FrameBlock.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:MAC:VHTControl:MSI
driver.source.bb.wlnn.fblock.mac.vhtControl.msi.set(msi = rawAbc, frameBlock = repcap.FrameBlock.Default)

The command sets the MSI subfield. MRQ = 0 When the MRQ subfield is set to 0, the MSI subfield is reserved. MRQ = 1 When the MRQ subfield is set to 1, the MSI subfield contains a sequence number in the range 0 to 6 that identifies the specific request.

Parameters:
  • msi – integer

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