Pattern

SCPI Command :

CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>[:SETup]:PATTern
class PatternCls[source]

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

get(segment=Segment.Default) MevPatternType[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>[:SETup]:PATTern
value: enums.MevPatternType = driver.configure.multiEval.listPy.segment.setup.pattern.get(segment = repcap.Segment.Default)

Specifies the payload pattern type expected in the segment.

param segment:

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

return:

pattern_type: ALL1 | P11 | OTHer | ALTernating | P44 ALL1: 11111111 P11: 10101010 OTHer: any pattern except P11, P44, ALL1 ALTernating: the periodical change of the pattern P11 and P44 P44: 11110000

set(pattern_type: MevPatternType, segment=Segment.Default) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>[:SETup]:PATTern
driver.configure.multiEval.listPy.segment.setup.pattern.set(pattern_type = enums.MevPatternType.ALL1, segment = repcap.Segment.Default)

Specifies the payload pattern type expected in the segment.

param pattern_type:

ALL1 | P11 | OTHer | ALTernating | P44 ALL1: 11111111 P11: 10101010 OTHer: any pattern except P11, P44, ALL1 ALTernating: the periodical change of the pattern P11 and P44 P44: 11110000

param segment:

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