CsiSteering
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:MAC:HTControl:CSISteering
- class CsiSteeringCls[source]
CsiSteering commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(frameBlock=FrameBlock.Default) str [source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:MAC:HTControl:CSISteering value: str = driver.source.bb.wlnn.fblock.mac.htControl.csiSteering.get(frameBlock = repcap.FrameBlock.Default)
Sets the value for the CSI steering. 00 = CSI 01 = uncompressed Steering Matrix 10 = compressed Steering Matrix 11 = Reserved
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- return
csi_steering: integer Range: #H0,2 to #H3,2
- set(csi_steering: str, frameBlock=FrameBlock.Default) None [source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:MAC:HTControl:CSISteering driver.source.bb.wlnn.fblock.mac.htControl.csiSteering.set(csi_steering = rawAbc, frameBlock = repcap.FrameBlock.Default)
Sets the value for the CSI steering. 00 = CSI 01 = uncompressed Steering Matrix 10 = compressed Steering Matrix 11 = Reserved
- param csi_steering
integer Range: #H0,2 to #H3,2
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)