Segment
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:SEGMent
- class SegmentCls[source]
Segment commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(frameBlock=FrameBlock.Default) RsSmbv.enums.WlannFbSegment [source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:SEGMent value: enums.WlannFbSegment = driver.source.bb.wlnn.fblock.segment.get(frameBlock = repcap.FrameBlock.Default)
Selects one of the two segments in VHT-80+80 MHz mode with transmission bandwidth 80 MHz or 160 MHz. Both segments can only be generated with bandwidth 160 MHz. This parameter applies to VHT-80+80 MHz Tx mode only.
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- return
segment: SEG0| SEG1| BOTH
- set(segment: RsSmbv.enums.WlannFbSegment, frameBlock=FrameBlock.Default) None [source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:SEGMent driver.source.bb.wlnn.fblock.segment.set(segment = enums.WlannFbSegment.BOTH, frameBlock = repcap.FrameBlock.Default)
Selects one of the two segments in VHT-80+80 MHz mode with transmission bandwidth 80 MHz or 160 MHz. Both segments can only be generated with bandwidth 160 MHz. This parameter applies to VHT-80+80 MHz Tx mode only.
- param segment
SEG0| SEG1| BOTH
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)