Reference
SCPI Command :
CONFigure:ADEMod:RESults:FM:DETector<det>:REFerence
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get(trace=Trace.Default) float[source]
# CONFigure:ADEMod:RESults:FM:DETector<det>:REFerence value: float = driver.configure.ademod.results.fm.detector.reference.get(trace = repcap.Trace.Default)
Defines the reference value to be used for relative demodulation results and recalculates the results. If necessary, the detector is activated. A reference value 0 would provide infinite results and is thus automatically corrected to 0.1.
- Parameters:
trace – optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Detector’)
- Returns:
ref_value: double value The unit depends on the demodulation type: ACV: V AM: % FM: Hz PM: depends on method
RsFsw.applications.k17Mcgd.unit.angle.set()setting Unit: RAD
- set(ref_value: float, trace=Trace.Default) None[source]
# CONFigure:ADEMod:RESults:FM:DETector<det>:REFerence driver.configure.ademod.results.fm.detector.reference.set(ref_value = 1.0, trace = repcap.Trace.Default)
Defines the reference value to be used for relative demodulation results and recalculates the results. If necessary, the detector is activated. A reference value 0 would provide infinite results and is thus automatically corrected to 0.1.
- Parameters:
ref_value – double value The unit depends on the demodulation type: ACV: V AM: % FM: Hz PM: depends on method
RsFsw.applications.k17Mcgd.unit.angle.set()setting Unit: RADtrace – optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Detector’)
Cloning the Group
# Create a copy of the original group, that exists independently
reference_copy = driver.configure.ademod.results.fm.detector.reference.clone()
Subgroups