Csrs

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:CA:CELL<CH0>:CSRS
class CsrsCls[source]

Csrs commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(cellNull=CellNull.Default) int[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:CA:CELL<CH0>:CSRS
value: int = driver.source.bb.eutra.uplink.ca.cell.csrs.get(cellNull = repcap.CellNull.Default)

Sets the parameter SRS Bandwidth Configuration per component carrier.

param cellNull

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

return

ulca_srs_csrs: integer Range: 0 to 7

set(ulca_srs_csrs: int, cellNull=CellNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:CA:CELL<CH0>:CSRS
driver.source.bb.eutra.uplink.ca.cell.csrs.set(ulca_srs_csrs = 1, cellNull = repcap.CellNull.Default)

Sets the parameter SRS Bandwidth Configuration per component carrier.

param ulca_srs_csrs

integer Range: 0 to 7

param cellNull

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