Reference
SCPI Command :
CONFigure:AMPM:CWIDth:REFerence
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get() float[source]
# CONFigure:AMPM:CWIDth:REFerence value: float = driver.applications.k18AmplifierEt.configure.amPm.cwidth.reference.get()
Sets and queries the curve width computation reference point
- Returns:
curve_width_reference: numeric value Unit: dB
- set(curve_width_reference: float) None[source]
# CONFigure:AMPM:CWIDth:REFerence driver.applications.k18AmplifierEt.configure.amPm.cwidth.reference.set(curve_width_reference = 1.0)
Sets and queries the curve width computation reference point
- Parameters:
curve_width_reference – numeric value Unit: dB
Cloning the Group
# Create a copy of the original group, that exists independently
reference_copy = driver.applications.k18AmplifierEt.configure.amPm.cwidth.reference.clone()
Subgroups