Sequence
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:MAC:HTControl:CALibration:SEQuence
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(frameBlock=FrameBlock.Default) str[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:MAC:HTControl:CALibration:SEQuence value: str = driver.source.bb.wlnn.fblock.mac.htControl.calibration.sequence.get(frameBlock = repcap.FrameBlock.Default)
Sets the value for the calibration sequence.
- Parameters:
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- Returns:
sequence: integer Range: #H0,2 to #H3,2
- set(sequence: str, frameBlock=FrameBlock.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:MAC:HTControl:CALibration:SEQuence driver.source.bb.wlnn.fblock.mac.htControl.calibration.sequence.set(sequence = rawAbc, frameBlock = repcap.FrameBlock.Default)
Sets the value for the calibration sequence.
- Parameters:
sequence – integer Range: #H0,2 to #H3,2
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)