Btype

SCPI Command :

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

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

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

Specifies the burst type of the signal expected in the segment.

param segment:

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

return:

burst_type: BR | EDR | LE BR: ‘Basic Rate’ EDR: ‘Enhanced Data Rate’ LE: ‘Low Energy’

set(burst_type: BurstType, segment=Segment.Default) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>[:SETup]:BTYPe
driver.configure.multiEval.listPy.segment.setup.btype.set(burst_type = enums.BurstType.BR, segment = repcap.Segment.Default)

Specifies the burst type of the signal expected in the segment.

param burst_type:

BR | EDR | LE BR: ‘Basic Rate’ EDR: ‘Enhanced Data Rate’ LE: ‘Low Energy’

param segment:

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