Cte

SCPI Commands

CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:AOFFset:INPut:CTE:LENergy
class Cte[source]

Cte commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

class LowEnergyStruct[source]

Structure for reading output parameters. Fields:

  • Ant_1_In_Att_Offset: float: No parameter help available

  • Ant_2_In_Att_Offset: float: No parameter help available

  • Ant_3_In_Att_Offset: float: No parameter help available

get_low_energy()LowEnergyStruct[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:AOFFset:INPut:CTE:LENergy
value: LowEnergyStruct = driver.configure.rfSettings.aoffset.inputPy.cte.get_low_energy()

Specifies the offset of external attenuation per EUT antenna relative to the reference antenna. For the reference antenna, the offset is fixed and set to 0 dB. The commands for input and output path are available. An SUA is required.

return

structure: for return value, see the help for LowEnergyStruct structure arguments.

set_low_energy(value: RsCmwBluetoothSig.Implementations.Configure_.RfSettings_.Aoffset_.InputPy_.Cte.Cte.LowEnergyStruct)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:AOFFset:INPut:CTE:LENergy
driver.configure.rfSettings.aoffset.inputPy.cte.set_low_energy(value = LowEnergyStruct())

Specifies the offset of external attenuation per EUT antenna relative to the reference antenna. For the reference antenna, the offset is fixed and set to 0 dB. The commands for input and output path are available. An SUA is required.

param value

see the help for LowEnergyStruct structure arguments.