UrlCounter

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:DL:CELL<ST0>:URLCounter
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userIx=UserIx.Default, cellNull=CellNull.Default) bool[source]
# [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:DL:CELL<ST0>:URLCounter
value: bool = driver.source.bb.eutra.downlink.user.asPy.downlink.cell.urlCounter.get(userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default)

Enables/disables the use of 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:

use_rlc_counter: 1 | ON | 0| OFF

set(use_rlc_counter: bool, userIx=UserIx.Default, cellNull=CellNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:DL:CELL<ST0>:URLCounter
driver.source.bb.eutra.downlink.user.asPy.downlink.cell.urlCounter.set(use_rlc_counter = False, userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default)

Enables/disables the use of RLC counter.

Parameters:
  • use_rlc_counter – 1 | ON | 0| OFF

  • 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’)