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: integer Number of subframes in the segment Range: 1 to 2000

  • Level: float: numeric 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. Unit: dBm

  • Duplex_Mode: enums.DuplexMode: FDD | TDD Duplex mode used in the segment

  • Band: enums.Band: FDD UL: OB1 | … | OB28 | OB30 | OB31 | OB65 | OB66 | OB68 | OB70 | … | OB74 | OB85 | OB87 | OB88 TDD UL: OB33 | … | OB45 | OB48 | OB50 | … | OB53 | OB250 Sidelink: OB47 Operating band used in the segment

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

  • Ch_Bandwidth: enums.ChannelBandwidth: B014 | B030 | B050 | B100 | B150 | B200 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: NORMal | EXTended Type of cyclic prefix used in the segment

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

  • Retrigger_Flag: enums.RetriggerFlag: OFF | ON | IFPower | IFPNarrow 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 #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 [CMDLINKRESOLVED #source CMDLINKRESOLVED]. 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 [CMDLINKRESOLVED #nbandwidth CMDLINKRESOLVED].

  • Evaluat_Offset: int: integer Number of subframes at the beginning of the segment that are not evaluated. Range: 0 to 1000

  • Network_Sig_Value: enums.NetworkSigValueNoCarrAggr: Optional setting parameter. NS01 | … | NS288 Network signaled value to be used for the segment.

get(segment=Segment.Default) SetupStruct[source]

CONFigure:LTE:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:SETup

Snippet: value: SetupStruct = driver.configure.multiEval.listPy.segment.setup.get(segment = repcap.Segment.Default)

Defines the length and analyzer settings of segment <no>. Send this command for all segments to be measured (method RsCmwLteMeas.configure.multiEval.listPy.lrange.set) . For uplink signals with TDD mode, see also method RsCmwLteMeas. configure.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]

CONFigure:LTE:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:SETup

Snippet with structure:

structure = driver.configure.multiEval.listPy.segment.setup.SetupStruct()

structure.Segment_Length: int = 1

structure.Level: float = 1.0

structure.Duplex_Mode: enums.DuplexMode = enums.DuplexMode.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.multiEval.listPy.segment.setup.set(structure, segment = repcap.Segment.Default)

Defines the length and analyzer settings of segment <no>. Send this command for all segments to be measured (method RsCmwLteMeas.configure.multiEval.listPy.lrange.set) . For uplink signals with TDD mode, see also method RsCmwLteMeas. configure.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’)