Cte

SCPI Commands

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

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

get_low_energy()int[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:NANTenna:CTE:LENergy
value: int = driver.configure.rfSettings.nantenna.cte.get_low_energy()

Specifies the number of EUT’s antennas. One reference and one non-reference antennas are mandatory.

return

no_of_antenna: numeric Range: 2 to 4

set_low_energy(no_of_antenna: int)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:NANTenna:CTE:LENergy
driver.configure.rfSettings.nantenna.cte.set_low_energy(no_of_antenna = 1)

Specifies the number of EUT’s antennas. One reference and one non-reference antennas are mandatory.

param no_of_antenna

numeric Range: 2 to 4