RlcCounter
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:DL:CELL<ST0>:SEQelem:TB1:RLCCounter
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(userIx=UserIx.Default, cellNull=CellNull.Default) int[source]
# [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:DL:CELL<ST0>:SEQelem:TB1:RLCCounter value: int = driver.source.bb.eutra.downlink.user.asPy.downlink.cell.seqElem.tb1.rlcCounter.get(userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default)
Sets the RLC counter.
- Parameters:
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- Returns:
rlc_counter: integer Range: 0 to 31
- set(rlc_counter: int, userIx=UserIx.Default, cellNull=CellNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:DL:CELL<ST0>:SEQelem:TB1:RLCCounter driver.source.bb.eutra.downlink.user.asPy.downlink.cell.seqElem.tb1.rlcCounter.set(rlc_counter = 1, userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default)
Sets the RLC counter.
- Parameters:
rlc_counter – integer Range: 0 to 31
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)