Transcomb<IndexNull>

RepCap Settings

# Range: Nr0 .. Nr63
rc = driver.source.bb.eutra.downlink.csis.cell.transcomb.repcap_indexNull_get()
driver.source.bb.eutra.downlink.csis.cell.transcomb.repcap_indexNull_set(repcap.IndexNull.Nr0)

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:CSIS:[CELL<CH0>]:TRANscomb<ST_OPTIONAL>
class TranscombCls[source]

Transcomb commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: IndexNull, default value after init: IndexNull.Nr0

get(cellNull=CellNull.Default, indexNull=IndexNull.Default) RsSmbv.enums.EutraCsiRsTransComb[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:CSIS:[CELL<CH0>]:TRANscomb<ST_OPTIONAL>
value: enums.EutraCsiRsTransComb = driver.source.bb.eutra.downlink.csis.cell.transcomb.get(cellNull = repcap.CellNull.Default, indexNull = repcap.IndexNull.Default)

Sets the parameter NZP-TransmissionComb.

param cellNull

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

param indexNull

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

return

csi_rs_trans_comb: 0| 1| 2

set(csi_rs_trans_comb: RsSmbv.enums.EutraCsiRsTransComb, cellNull=CellNull.Default, indexNull=IndexNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:CSIS:[CELL<CH0>]:TRANscomb<ST_OPTIONAL>
driver.source.bb.eutra.downlink.csis.cell.transcomb.set(csi_rs_trans_comb = enums.EutraCsiRsTransComb._0, cellNull = repcap.CellNull.Default, indexNull = repcap.IndexNull.Default)

Sets the parameter NZP-TransmissionComb.

param csi_rs_trans_comb

0| 1| 2

param cellNull

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

param indexNull

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.eutra.downlink.csis.cell.transcomb.clone()