Le1M

SCPI Commands

CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:CTE:LENergy:LE1M:TYPE
CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:CTE:LENergy:LE1M:UNITs
class Le1M[source]

Le1M commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

get_type_py()RsCmwBluetoothMeas.enums.CtePacketType[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:CTE:LENergy:LE1M:TYPE
value: enums.CtePacketType = driver.configure.inputSignal.cte.lowEnergy.le1M.get_type_py()

Specifies the CTE slot type for LE with CTE. Commands for uncoded LE 1M PHY (..:LE1M..) and LE 2M PHY (..:LE2M.. ) are available.

return

cte_type: AOAus | AOD1us | AOD2us | AOA2us | AOA1us AOD1us, AOD2us: CTE type angle of departure, 1 µs or 2 µs slot AOAus, AOA2us: CTE type angle of arrival, 2 µs slot AOA1us: CTE type angle of arrival, 1 µs slot

get_units()int[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:CTE:LENergy:LE1M:UNITs
value: int = driver.configure.inputSignal.cte.lowEnergy.le1M.get_units()

Specifies the number of CTE units for LE with CTE. Commands for uncoded LE 1M PHY (..:LE1M..) and LE 2M PHY (..:LE2M.. ) are available.

return

cte_units: numeric Range: 2 to 20

set_type_py(cte_type: RsCmwBluetoothMeas.enums.CtePacketType)None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:CTE:LENergy:LE1M:TYPE
driver.configure.inputSignal.cte.lowEnergy.le1M.set_type_py(cte_type = enums.CtePacketType.AOA1us)

Specifies the CTE slot type for LE with CTE. Commands for uncoded LE 1M PHY (..:LE1M..) and LE 2M PHY (..:LE2M.. ) are available.

param cte_type

AOAus | AOD1us | AOD2us | AOA2us | AOA1us AOD1us, AOD2us: CTE type angle of departure, 1 µs or 2 µs slot AOAus, AOA2us: CTE type angle of arrival, 2 µs slot AOA1us: CTE type angle of arrival, 1 µs slot

set_units(cte_units: int)None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:CTE:LENergy:LE1M:UNITs
driver.configure.inputSignal.cte.lowEnergy.le1M.set_units(cte_units = 1)

Specifies the number of CTE units for LE with CTE. Commands for uncoded LE 1M PHY (..:LE1M..) and LE 2M PHY (..:LE2M.. ) are available.

param cte_units

numeric Range: 2 to 20