Tcr

SCPI Command :

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

Sets the target code rate.

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:

target_cr: float Range: 0 to 1

set(target_cr: float, userIx=UserIx.Default, cellNull=CellNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:DL:CELL<ST0>:TCR
driver.source.bb.eutra.downlink.user.asPy.downlink.cell.tcr.set(target_cr = 1.0, userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default)

Sets the target code rate.

Parameters:
  • target_cr – float Range: 0 to 1

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