Aggregated

SCPI Commands :

CONFigure:NRSub:MEASurement<Instance>:CAGGregation:FREQuency:AGGRegated:LOW
CONFigure:NRSub:MEASurement<Instance>:CAGGregation:FREQuency:AGGRegated:CENTer
CONFigure:NRSub:MEASurement<Instance>:CAGGregation:FREQuency:AGGRegated:HIGH
Commands in total: 3
Subgroups: 0
Direct child commands: 3
get_center() float[source]
# CONFigure:NRSub:MEASurement<Instance>:CAGGregation:FREQuency:AGGRegated:CENTer
value: float = driver.configure.nrSubMeas.caggregation.frequency.aggregated.get_center()

Queries the center frequency of the aggregated bandwidth.

Returns:

frequency_center: float

get_high() float[source]
# CONFigure:NRSub:MEASurement<Instance>:CAGGregation:FREQuency:AGGRegated:HIGH
value: float = driver.configure.nrSubMeas.caggregation.frequency.aggregated.get_high()

Queries the upper edge of the aggregated bandwidth.

Returns:

frequency_high: float

get_low() float[source]
# CONFigure:NRSub:MEASurement<Instance>:CAGGregation:FREQuency:AGGRegated:LOW
value: float = driver.configure.nrSubMeas.caggregation.frequency.aggregated.get_low()

Queries the lower edge of the aggregated bandwidth.

Returns:

frequency_low: float