SpsConf

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:CA:CELL<CH0>:SPSConf
class SpsConfCls[source]

SpsConf 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>:SPSConf
value: int = driver.source.bb.eutra.uplink.ca.cell.spsConf.get(cellNull = repcap.CellNull.Default)

Sets the special subframeconfiguration number.

param cellNull

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

return

ulca_tdd_ss_conf: integer Range: 0 to 10

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

Sets the special subframeconfiguration number.

param ulca_tdd_ss_conf

integer Range: 0 to 10

param cellNull

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