Rcap

SCPI Command :

[CONFigure]:SIGNaling:NRADio:NCELl:RCAP
class RcapCls[source]

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

get(cell_name: str, ncell_name: str) bool[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:NCELl:RCAP
value: bool = driver.configure.signaling.nradio.ncell.rcap.get(cell_name = 'abc', ncell_name = 'abc')

Configures ‘RedCapAccessallowed-r17’ for an entry in the neighbor cell list of an NR cell.

param cell_name:

Serving NR cell via which the neighbor cell list is broadcasted.

param ncell_name:

Neighbor NR cell

return:

enable: No help available

set(cell_name: str, ncell_name: str, enable: bool) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:NCELl:RCAP
driver.configure.signaling.nradio.ncell.rcap.set(cell_name = 'abc', ncell_name = 'abc', enable = False)

Configures ‘RedCapAccessallowed-r17’ for an entry in the neighbor cell list of an NR cell.

param cell_name:

Serving NR cell via which the neighbor cell list is broadcasted.

param ncell_name:

Neighbor NR cell

param enable:

No help available