Eutra

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<no>:ENDC:EUTRa
class EutraCls[source]

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

class EutraStruct[source]

Response structure. Fields:

  • Channel_Bw: enums.ChannelBwidthB: Channel bandwidth in MHz (5 MHz to 20 MHz) .

  • Carrier_Position: enums.CarrierPosition: Position of LTE carrier left (LONR) or right (RONR) of NR carrier.

get(sEGMent=SEGMent.Default) EutraStruct[source]
# SCPI: 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>.

param sEGMent:

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

return:

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

set(channel_bw: ChannelBwidthB, carrier_position: CarrierPosition, sEGMent=SEGMent.Default) None[source]
# SCPI: 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>.

param channel_bw:

Channel bandwidth in MHz (5 MHz to 20 MHz) .

param carrier_position:

Position of LTE carrier left (LONR) or right (RONR) of NR carrier.

param sEGMent:

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