Aoa

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:MCONfig:AOA
class AoaCls[source]

Aoa commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(cell_name: str) int[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:MCONfig:AOA
value: int = driver.configure.signaling.nradio.cell.mconfig.aoa.get(cell_name = 'abc')

Selects the maximum number of emulated angles of arrival.

param cell_name:

No help available

return:

aoa: No help available

set(cell_name: str, aoa: int) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:MCONfig:AOA
driver.configure.signaling.nradio.cell.mconfig.aoa.set(cell_name = 'abc', aoa = 1)

Selects the maximum number of emulated angles of arrival.

param cell_name:

No help available

param aoa:

No help available