Aggregated

SCPI Commands :

CONFigure:LTE:MEASurement<Instance>:CAGGregation:FREQuency:AGGRegated:LOW
CONFigure:LTE:MEASurement<Instance>:CAGGregation:FREQuency:AGGRegated:CENTer
CONFigure:LTE:MEASurement<Instance>:CAGGregation:FREQuency:AGGRegated:HIGH
class AggregatedCls[source]

Aggregated commands group definition. 3 total commands, 0 Subgroups, 3 group commands

get_center() float[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:CAGGregation:FREQuency:AGGRegated:CENTer
value: float = driver.configure.lteMeas.carrierAggregation.frequency.aggregated.get_center()

Queries the center frequency of the aggregated bandwidth.

return:

frequency_center: No help available

get_high() float[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:CAGGregation:FREQuency:AGGRegated:HIGH
value: float = driver.configure.lteMeas.carrierAggregation.frequency.aggregated.get_high()

Queries the upper edge of the aggregated bandwidth.

return:

frequency_high: No help available

get_low() float[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:CAGGregation:FREQuency:AGGRegated:LOW
value: float = driver.configure.lteMeas.carrierAggregation.frequency.aggregated.get_low()

Queries the lower edge of the aggregated bandwidth.

return:

frequency_low: No help available