UlDl

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:CELL:SCC<carrier>:ULDL
class UlDlCls[source]

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

get(secondaryCompCarrier=SecondaryCompCarrier.Default) int[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL:SCC<carrier>:ULDL
value: int = driver.configure.cell.scc.ulDl.get(secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Selects a UL-DL configuration, defining the combination of UL, DL and special subframes within a radio frame. This command is only relevant for duplex mode TDD. See also method RsCmwLteSig.Configure.Cell.Tdd.specific.

param secondaryCompCarrier:

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

return:

uplink_downlink: integer Range: 0 to 6

set(uplink_downlink: int, secondaryCompCarrier=SecondaryCompCarrier.Default) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL:SCC<carrier>:ULDL
driver.configure.cell.scc.ulDl.set(uplink_downlink = 1, secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Selects a UL-DL configuration, defining the combination of UL, DL and special subframes within a radio frame. This command is only relevant for duplex mode TDD. See also method RsCmwLteSig.Configure.Cell.Tdd.specific.

param uplink_downlink:

integer Range: 0 to 6

param secondaryCompCarrier:

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