Tdd

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:CELL:TDD:SPECific
class TddCls[source]

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

get_specific() bool[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL:TDD:SPECific
value: bool = driver.configure.cell.tdd.get_specific()
Enables the carrier-specific configuration of the UL/DL configuration and of the special subframe configuration.

INTRO_CMD_HELP: Rules for valid parameter combinations:

  • Enabled: Configuration per carrier via method RsCmwLteSig.Configure.Cell.Pcc.ulDl method RsCmwLteSig.Configure.Cell.Scc.UlDl.set method RsCmwLteSig.Configure.Cell.Pcc.ssubframe method RsCmwLteSig.Configure.Cell.Scc.Ssubframe.set

  • Disabled: Global configuration via method RsCmwLteSig.Configure.Cell.Pcc.ulDl method RsCmwLteSig.Configure.Cell.Pcc.ssubframe

return:

use_specific: OFF | ON

set_specific(use_specific: bool) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL:TDD:SPECific
driver.configure.cell.tdd.set_specific(use_specific = False)
Enables the carrier-specific configuration of the UL/DL configuration and of the special subframe configuration.

INTRO_CMD_HELP: Rules for valid parameter combinations:

  • Enabled: Configuration per carrier via method RsCmwLteSig.Configure.Cell.Pcc.ulDl method RsCmwLteSig.Configure.Cell.Scc.UlDl.set method RsCmwLteSig.Configure.Cell.Pcc.ssubframe method RsCmwLteSig.Configure.Cell.Scc.Ssubframe.set

  • Disabled: Global configuration via method RsCmwLteSig.Configure.Cell.Pcc.ulDl method RsCmwLteSig.Configure.Cell.Pcc.ssubframe

param use_specific:

OFF | ON