Eutra
SCPI Command :
CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<no>:ENDC:EUTRa
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class EutraStruct[source]
Response structure. Fields:
1 Channel_Bw: enums.ChannelBwidthB: Channel bandwidth in MHz (5 MHz to 20 MHz) .
2 Carrier_Position: enums.CarrierPosition: Position of LTE carrier left (LONR) or right (RONR) of NR carrier.
- get(sEGMent=SEGMent.Default) EutraStruct[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<no>:ENDC:EUTRa value: EutraStruct = driver.configure.nrSubMeas.multiEval.listPy.segment.endc.eutra.get(sEGMent = repcap.SEGMent.Default)
Configures LTE settings for the EN-DC mode, for segment <no>.
- Parameters:
sEGMent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)
- Returns:
structure: for return value, see the help for EutraStruct structure arguments.
- set(channel_bw: ChannelBwidthB, carrier_position: CarrierPosition, sEGMent=SEGMent.Default) None[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<no>:ENDC:EUTRa driver.configure.nrSubMeas.multiEval.listPy.segment.endc.eutra.set(channel_bw = enums.ChannelBwidthB.B005, carrier_position = enums.CarrierPosition.LONR, sEGMent = repcap.SEGMent.Default)
Configures LTE settings for the EN-DC mode, for segment <no>.
- Parameters:
channel_bw – Channel bandwidth in MHz (5 MHz to 20 MHz) .
carrier_position – Position of LTE carrier left (LONR) or right (RONR) of NR carrier.
sEGMent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)