N<Nnum>

RepCap Settings

# Range: Nr310 .. Nr311
rc = driver.configure.signaling.nradio.cell.timeout.n.repcap_nnum_get()
driver.configure.signaling.nradio.cell.timeout.n.repcap_nnum_set(repcap.Nnum.Nr310)

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:TOUT:N<no>
class NCls[source]

N commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: Nnum, default value after init: Nnum.Nr310

get(cell_name: str, nnum=Nnum.Default) Counter[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:TOUT:N<no>
value: enums.Counter = driver.configure.signaling.nradio.cell.timeout.n.get(cell_name = 'abc', nnum = repcap.Nnum.Default)


    INTRO_CMD_HELP: Configures one of the following constants:

    - N310, for counting out-of-sync indications and starting T310
    - N311, for counting in-sync indications and stopping T310

    :param cell_name: No help available
    :param nnum: optional repeated capability selector. Default value: Nr310 (settable in the interface 'N')
    :return: counter: Value of the constant For N310, the value N5 is not allowed. For N311, the value N20 is not allowed.
set(cell_name: str, counter: Counter, nnum=Nnum.Default) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:TOUT:N<no>
driver.configure.signaling.nradio.cell.timeout.n.set(cell_name = 'abc', counter = enums.Counter.N1, nnum = repcap.Nnum.Default)


    INTRO_CMD_HELP: Configures one of the following constants:

    - N310, for counting out-of-sync indications and starting T310
    - N311, for counting in-sync indications and stopping T310

    :param cell_name: No help available
    :param counter: Value of the constant For N310, the value N5 is not allowed. For N311, the value N20 is not allowed.
    :param nnum: optional repeated capability selector. Default value: Nr310 (settable in the interface 'N')

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.signaling.nradio.cell.timeout.n.clone()