Mac

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CA:SCELl:MAC
class MacCls[source]

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

get(cell_name: str) bool[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CA:SCELl:MAC
value: bool = driver.configure.signaling.nradio.ca.scell.mac.get(cell_name = 'abc')

Enables or disables the retransmission of the MAC activation CE message for SCells if the activation is not acknowledged by the UE. Modifying this setting for a cell modifies it also for all other cells of the cell group.

param cell_name:

No help available

return:

activation: No help available

set(cell_name: str, activation: bool) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CA:SCELl:MAC
driver.configure.signaling.nradio.ca.scell.mac.set(cell_name = 'abc', activation = False)

Enables or disables the retransmission of the MAC activation CE message for SCells if the activation is not acknowledged by the UE. Modifying this setting for a cell modifies it also for all other cells of the cell group.

param cell_name:

No help available

param activation:

No help available