Tcr
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:DL:CELL<ST0>:TCR
- class TcrCls[source]
Tcr commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(userIx=UserIx.Default, cellNull=CellNull.Default) float [source]
# SCPI: [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.
- param userIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- return
target_cr: float Range: 0 to 1
- set(target_cr: float, userIx=UserIx.Default, cellNull=CellNull.Default) None [source]
# SCPI: [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.
- param target_cr
float Range: 0 to 1
- param userIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)