Setup

SCPI Command :

CONFigure:LTE:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:SETup
class SetupCls[source]

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

class SetupStruct[source]

Structure for setting input parameters. Contains optional setting parameters. Fields:

  • Segment_Length: int: Number of subframes in the segment

  • Level: float: Expected nominal power in the segment. The range can be calculated as follows: Range (Expected Nominal Power) = Range (Input Power) + External Attenuation - User Margin The input power range is stated in the specifications document.

  • Duplex_Mode: enums.Mode: Duplex mode used in the segment

  • Band: enums.Band: TDD UL: OB33 | … | OB45 | OB48 | OB50 | … | OB53 | OB250 Sidelink: OB47 Operating band used in the segment

  • Frequency: float: Center frequency of CC1 used in the segment For the supported range, see ‘Frequency ranges’.

  • Ch_Bandwidth: enums.ChannelBandwidth: Channel bandwidth of CC1 used in the segment. B014: 1.4 MHz B030: 3 MHz B050: 5 MHz B100: 10 MHz B150: 15 MHz B200: 20 MHz

  • Cyclic_Prefix: enums.CyclicPrefix: Type of cyclic prefix used in the segment

  • Channel_Type: enums.SegmentChannelTypeExtended: Channel type to be measured in the segment (AUTO for automatic detection) . Uplink: AUTO, PUSCh, PUCCh Sidelink: PSSCh, PSCCh, PSBCh

  • Retrigger_Flag: enums.RetriggerFlag: Specifies whether the measurement waits for a trigger event before measuring the segment, or not. The retrigger flag is ignored for trigger mode ONCE and evaluated for trigger mode SEGMent, see [CMDLINKRESOLVED Trigger.LteMeas.MultiEval.ListPy#Mode CMDLINKRESOLVED].
    • OFF: Measure the segment without retrigger. For the first segment, the value OFF is interpreted as ON.

    • ON: Wait for a trigger event from the trigger source configured via TRIGger:LTE:MEASi:MEValuation:SOURce.

    • IFPower: Wait for a trigger event from the trigger source IF Power.The trigger evaluation bandwidth is 160 MHz.

    • IFPNarrowband: Wait for a trigger event from the trigger source IF Power.The trigger evaluation bandwidth is configured via TRIGger:LTE:MEASi:MEValuation:LIST:NBANdwidth.

  • Evaluat_Offset: int: Number of subframes at the beginning of the segment that are not evaluated

  • Network_Sig_Value: enums.NetworkSigValueNoCarrAggr: Optional setting parameter. Network signaled value to be used

for the segment

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

Defines the length and analyzer settings of segment <no>. This command must be sent for all segments to be measured (method RsCMPX_LteMeas.Configure.LteMeas.MultiEval.ListPy.Lrange.set) . For uplink signals with TDD mode, see also method RsCMPX_LteMeas.Configure.LteMeas.MultiEval.ListPy.Segment.Tdd.set. For carrier-specific settings for carrier aggregation, see CONFigure:LTE:MEAS<i>:MEValuation:LIST:SEGMent<no>:CC<c>.

param segment:

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

return:

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

set(structure: SetupStruct, segment=Segment.Default) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:SETup
structure = driver.configure.lteMeas.multiEval.listPy.segment.setup.SetupStruct()
structure.Segment_Length: int = 1
structure.Level: float = 1.0
structure.Duplex_Mode: enums.Mode = enums.Mode.FDD
structure.Band: enums.Band = enums.Band.OB1
structure.Frequency: float = 1.0
structure.Ch_Bandwidth: enums.ChannelBandwidth = enums.ChannelBandwidth.B014
structure.Cyclic_Prefix: enums.CyclicPrefix = enums.CyclicPrefix.EXTended
structure.Channel_Type: enums.SegmentChannelTypeExtended = enums.SegmentChannelTypeExtended.AUTO
structure.Retrigger_Flag: enums.RetriggerFlag = enums.RetriggerFlag.IFPNarrow
structure.Evaluat_Offset: int = 1
structure.Network_Sig_Value: enums.NetworkSigValueNoCarrAggr = enums.NetworkSigValueNoCarrAggr.NS01
driver.configure.lteMeas.multiEval.listPy.segment.setup.set(structure, segment = repcap.Segment.Default)

Defines the length and analyzer settings of segment <no>. This command must be sent for all segments to be measured (method RsCMPX_LteMeas.Configure.LteMeas.MultiEval.ListPy.Lrange.set) . For uplink signals with TDD mode, see also method RsCMPX_LteMeas.Configure.LteMeas.MultiEval.ListPy.Segment.Tdd.set. For carrier-specific settings for carrier aggregation, see CONFigure:LTE:MEAS<i>:MEValuation:LIST:SEGMent<no>:CC<c>.

param structure:

for set value, see the help for SetupStruct structure arguments.

param segment:

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