Tdd

SCPI Command :

CONFigure:LTE:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:TDD
class TddCls[source]

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

class TddStruct[source]

Response structure. Fields:

  • Uplink_Downlink: int: UL-DL configuration, defining the combination of uplink, downlink and special subframes within a radio frame

  • Special_Subframe: int: Special subframe configuration, defining the inner structure of special subframes

get(segment=Segment.Default) TddStruct[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:TDD
value: TddStruct = driver.configure.lteMeas.multiEval.listPy.segment.tdd.get(segment = repcap.Segment.Default)

Defines segment settings only relevant for uplink measurements with the duplex mode TDD. For general segment configuration, see method RsCMPX_LteMeas.Configure.LteMeas.MultiEval.ListPy.Segment.Setup.set.

param segment:

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

return:

structure: for return value, see the help for TddStruct structure arguments.

set(uplink_downlink: int, special_subframe: int, segment=Segment.Default) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:TDD
driver.configure.lteMeas.multiEval.listPy.segment.tdd.set(uplink_downlink = 1, special_subframe = 1, segment = repcap.Segment.Default)

Defines segment settings only relevant for uplink measurements with the duplex mode TDD. For general segment configuration, see method RsCMPX_LteMeas.Configure.LteMeas.MultiEval.ListPy.Segment.Setup.set.

param uplink_downlink:

UL-DL configuration, defining the combination of uplink, downlink and special subframes within a radio frame

param special_subframe:

Special subframe configuration, defining the inner structure of special subframes

param segment:

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