Position

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:MAC:HTControl:CALibration:POSition
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(frameBlock=FrameBlock.Default) str[source]
# [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

Parameters:

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

Returns:

position: integer Range: #H0,2 to #H3,2

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

Parameters:
  • position – integer Range: #H0,2 to #H3,2

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