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) LePhysicalTypeB[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>[:SETup]:PHY
value: enums.LePhysicalTypeB = driver.configure.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 | LE2M | LELR 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: LePhysicalTypeB, segment=Segment.Default) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>[:SETup]:PHY
driver.configure.multiEval.listPy.segment.setup.phy.set(le_phy_type = enums.LePhysicalTypeB.LE1M, segment = repcap.Segment.Default)

Defines the physical layer (PHY) for segment.

param le_phy_type:

LE1M | LE2M | LELR 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’)