Units

SCPI Command :

CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>[:SETup]:CTE:UNITs
class UnitsCls[source]

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

get(segment=Segment.Default) int[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>[:SETup]:CTE:UNITs
value: int = driver.configure.multiEval.listPy.segment.setup.cte.units.get(segment = repcap.Segment.Default)

Defines the No. of CTE units for segment.

param segment:

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

return:

cte_units: numeric No. of CTE units for LE with CTE, one unit corresponds to 8 μs. Range: 2 Byte(s) to 30 Byte(s)

set(cte_units: int, segment=Segment.Default) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>[:SETup]:CTE:UNITs
driver.configure.multiEval.listPy.segment.setup.cte.units.set(cte_units = 1, segment = repcap.Segment.Default)

Defines the No. of CTE units for segment.

param cte_units:

numeric No. of CTE units for LE with CTE, one unit corresponds to 8 μs. Range: 2 Byte(s) to 30 Byte(s)

param segment:

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