Mode

SCPI Commands :

CONFigure:LTE:MEASurement<Instance>:CAGGregation:MODE:CSPath
CONFigure:LTE:MEASurement<Instance>:CAGGregation:MODE
class ModeCls[source]

Mode commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_combined_signal_path() CarrAggrMode[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:CAGGregation:MODE:CSPath
value: enums.CarrAggrMode = driver.configure.lteMeas.carrierAggregation.mode.get_combined_signal_path()

No command help available

return:

ca_mode: No help available

get_value() CarrAggrMode[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:CAGGregation:MODE
value: enums.CarrAggrMode = driver.configure.lteMeas.carrierAggregation.mode.get_value()

Selects how many component carriers with intraband contiguous aggregation are measured. For Signal Path = Network, the setting is not configurable.

return:

ca_mode: OFF: Only one carrier is measured. INTRaband: two carriers (BW class B & C) ICD: three carriers (BW class D) ICE: four carriers (BW class E)

set_value(ca_mode: CarrAggrMode) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:CAGGregation:MODE
driver.configure.lteMeas.carrierAggregation.mode.set_value(ca_mode = enums.CarrAggrMode.ICD)

Selects how many component carriers with intraband contiguous aggregation are measured. For Signal Path = Network, the setting is not configurable.

param ca_mode:

OFF: Only one carrier is measured. INTRaband: two carriers (BW class B & C) ICD: three carriers (BW class D) ICE: four carriers (BW class E)