Eutra

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:MEValuation: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: B005 | B010 | B015 | B020 Channel bandwidth in MHz (5 MHz to 20 MHz) .

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

get() EutraStruct[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:ENDC:EUTRa
value: EutraStruct = driver.configure.nrSubMeas.multiEval.endc.eutra.get()

Configures LTE settings for EN-DC.

return:

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

set(channel_bw: ChannelBwidthB, carrier_position: CarrierPosition) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:ENDC:EUTRa
driver.configure.nrSubMeas.multiEval.endc.eutra.set(channel_bw = enums.ChannelBwidthB.B005, carrier_position = enums.CarrierPosition.LONR)

Configures LTE settings for EN-DC.

param channel_bw:

B005 | B010 | B015 | B020 Channel bandwidth in MHz (5 MHz to 20 MHz) .

param carrier_position:

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