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.bluetooth.measurement.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: No. of CTE units for LE with CTE, one unit corresponds to 8 μs.
- set(cte_units: int, segment=Segment.Default) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>[:SETup]:CTE:UNITs driver.configure.bluetooth.measurement.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:
No. of CTE units for LE with CTE, one unit corresponds to 8 μs.
- param segment:
optional repeated capability selector. Default value: S1 (settable in the interface ‘Segment’)