Btype

SCPI Command :

CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIST:SEGMent<segment>:BTYPe
class BtypeCls[source]

Btype commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(segmentB=SegmentB.Default) BurstTypeB[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIST:SEGMent<segment>:BTYPe
value: enums.BurstTypeB = driver.configure.multiEval.listPy.segment.btype.get(segmentB = repcap.SegmentB.Default)

Specifies the burst types for standard 802.11n for segment <no> in list mode. Do not use the command for other standards.

param segmentB:

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

return:

burst_type: MIXed | GREenfield MIXed: for coexistence with other standards GREenfield: incompatible with other standards

set(burst_type: BurstTypeB, segmentB=SegmentB.Default) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIST:SEGMent<segment>:BTYPe
driver.configure.multiEval.listPy.segment.btype.set(burst_type = enums.BurstTypeB.GREenfield, segmentB = repcap.SegmentB.Default)

Specifies the burst types for standard 802.11n for segment <no> in list mode. Do not use the command for other standards.

param burst_type:

MIXed | GREenfield MIXed: for coexistence with other standards GREenfield: incompatible with other standards

param segmentB:

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