SuConfiguration

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:CA:CELL<CH0>:SUConfiguration
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(cellNull=CellNull.Default) int[source]
# [SOURce<HW>]:BB:EUTRa:UL:CA:CELL<CH0>:SUConfiguration
value: int = driver.source.bb.eutra.uplink.ca.cell.suConfiguration.get(cellNull = repcap.CellNull.Default)

Sets the SRS subframe configuration per component carrier.

Parameters:

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

Returns:

ulca_srs_subf_conf: integer Range: 0 to 15

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

Sets the SRS subframe configuration per component carrier.

Parameters:
  • ulca_srs_subf_conf – integer Range: 0 to 15

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