Pdeviation
SCPI Command :
CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIMit:CTE:LENergy:LE1M:PDEViation
- class PdeviationCls[source]
Pdeviation commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class PdeviationStruct[source]
Response structure. Fields:
Ref_Dev: float: Upper CTE power limit for reference antenna.
Tx_Dev: float: Upper limit for power deviation in a slot.
Ref_Dev_Enable: bool: Enables/disables the CTE power limit check for reference antenna.
Tx_Dev_Enable: bool: Enables/disables the limit check for power deviation in a slot.
- get() PdeviationStruct[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIMit:CTE:LENergy:LE1M:PDEViation value: PdeviationStruct = driver.configure.bluetooth.measurement.multiEval.limit.cte.lowEnergy.le1M.pdeviation.get()
Defines the upper CTE power limits and enables/disables the limit check. Commands for uncoded LE 1M PHY (..:LE1M..) and LE 2M PHY (..:LE2M..) are available.
- return:
structure: for return value, see the help for PdeviationStruct structure arguments.
- set(ref_dev: float, tx_dev: float, ref_dev_enable: bool, tx_dev_enable: bool) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIMit:CTE:LENergy:LE1M:PDEViation driver.configure.bluetooth.measurement.multiEval.limit.cte.lowEnergy.le1M.pdeviation.set(ref_dev = 1.0, tx_dev = 1.0, ref_dev_enable = False, tx_dev_enable = False)
Defines the upper CTE power limits and enables/disables the limit check. Commands for uncoded LE 1M PHY (..:LE1M..) and LE 2M PHY (..:LE2M..) are available.
- param ref_dev:
Upper CTE power limit for reference antenna.
- param tx_dev:
Upper limit for power deviation in a slot.
- param ref_dev_enable:
Enables/disables the CTE power limit check for reference antenna.
- param tx_dev_enable:
Enables/disables the limit check for power deviation in a slot.