Reference
SCPI Command :
CONFigure:AMPM:CWIDth:REFerence
- class ReferenceCls[source]
Reference commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get() float [source]
# SCPI: CONFigure:AMPM:CWIDth:REFerence value: float = driver.applications.k18AmplifierEt.configure.amPm.cwidth.reference.get()
Sets and queries the curve width computation reference point
- return
curve_width_reference: numeric value Unit: dB
- set(curve_width_reference: float) None [source]
# SCPI: 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
- param curve_width_reference
numeric value Unit: dB
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.applications.k18AmplifierEt.configure.amPm.cwidth.reference.clone()
Subgroups