Phy

SCPI Command :

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

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

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

Defines the physical layer (PHY) for segment.

param segment:

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

return:

le_phy_type: LE1M: LE 1 Msymbol/s uncoded PHY LE2M: LE 2 Msymbol/s uncoded PHY LELR: LE 1 Msymbol/s long range (LE coded PHY)

set(le_phy_type: LePhyType, segment=Segment.Default) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>[:SETup]:PHY
driver.configure.bluetooth.measurement.multiEval.listPy.segment.setup.phy.set(le_phy_type = enums.LePhyType.LE1M, segment = repcap.Segment.Default)

Defines the physical layer (PHY) for segment.

param le_phy_type:

LE1M: LE 1 Msymbol/s uncoded PHY LE2M: LE 2 Msymbol/s uncoded PHY LELR: LE 1 Msymbol/s long range (LE coded PHY)

param segment:

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