SpsConf

SCPI Command :

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

Sets the special subframe configuration number.

Parameters:

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

Returns:

dlc_atdd_ss_conf: integer Range: 0 to 10

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

Sets the special subframe configuration number.

Parameters:
  • dlc_atdd_ss_conf – integer Range: 0 to 10

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