Position
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:MAC:HTControl:CALibration:POSition
- class PositionCls[source]
Position 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:CALibration:POSition value: str = driver.source.bb.wlnn.fblock.mac.htControl.calibration.position.get(frameBlock = repcap.FrameBlock.Default)
Sets the value for the calibration position. 00 = Not a calibration frame (Default setting) 01 = Calibration Start 10 = Sounding Response 11 = Sounding Complete
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- return
position: integer Range: #H0,2 to #H3,2
- set(position: str, frameBlock=FrameBlock.Default) None [source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:MAC:HTControl:CALibration:POSition driver.source.bb.wlnn.fblock.mac.htControl.calibration.position.set(position = rawAbc, frameBlock = repcap.FrameBlock.Default)
Sets the value for the calibration position. 00 = Not a calibration frame (Default setting) 01 = Calibration Start 10 = Sounding Response 11 = Sounding Complete
- param position
integer Range: #H0,2 to #H3,2
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)