N<CounterNo>

RepCap Settings

# Range: Nr313 .. Nr313
rc = driver.configure.cell.timeout.n.repcap_counterNo_get()
driver.configure.cell.timeout.n.repcap_counterNo_set(repcap.CounterNo.Nr313)

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:CELL:TOUT:N<CounterNo>
class N[source]

N commands group definition. 1 total commands, 0 Sub-groups, 1 group commands Repeated Capability: CounterNo, default value after init: CounterNo.Nr313

get(counterNo=<CounterNo.Default: -1>)RsCmwWcdmaSig.enums.CounterValue[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:TOUT:N<nr>
value: enums.CounterValue = driver.configure.cell.timeout.n.get(counterNo = repcap.CounterNo.Default)

Sets a maximum value for counter N313. The UE counts successive ‘out of sync’ indications received from layer 1. When the maximum value is reached, the UE considers a ‘radio link failure’ condition and a connection release.

param counterNo

optional repeated capability selector. Default value: Nr313 (settable in the interface ‘N’)

return

value: N1 | N2 | N4 | N10 | N20 | N50 | N100 | N200 Maximum counter value prefixed by N.

set(value: RsCmwWcdmaSig.enums.CounterValue, counterNo=<CounterNo.Default: -1>)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:TOUT:N<nr>
driver.configure.cell.timeout.n.set(value = enums.CounterValue.N1, counterNo = repcap.CounterNo.Default)

Sets a maximum value for counter N313. The UE counts successive ‘out of sync’ indications received from layer 1. When the maximum value is reached, the UE considers a ‘radio link failure’ condition and a connection release.

param value

N1 | N2 | N4 | N10 | N20 | N50 | N100 | N200 Maximum counter value prefixed by N.

param counterNo

optional repeated capability selector. Default value: Nr313 (settable in the interface ‘N’)

Cloning the Group

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