Measurement
SCPI Command :
FRANalysis:MEASurement:RBW
- Commands in total: 6Subgroups: 2Direct child commands: 1
- get_rbw() MeasRbw[source]
# FRANalysis:MEASurement:RBW value: enums.MeasRbw = driver.franalysis.measurement.get_rbw()
Sets the resolution bandwidth, which determines the number of measurements that are used for creating the plot.
- Returns:
rbw: HIGH | MID | LOW
- set_rbw(rbw: MeasRbw) None[source]
# FRANalysis:MEASurement:RBW driver.franalysis.measurement.set_rbw(rbw = enums.MeasRbw.HIGH)
Sets the resolution bandwidth, which determines the number of measurements that are used for creating the plot.
- Parameters:
rbw – HIGH | MID | LOW
Cloning the Group
# Create a copy of the original group, that exists independently
measurement_copy = driver.franalysis.measurement.clone()
Subgroups