Reference

SCPI Command :

CONFigure:ADEMod:RESults:PM:DETector<det>:REFerence
class ReferenceCls[source]

Reference commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get(trace=Trace.Default) float[source]
# SCPI: CONFigure:ADEMod:RESults:PM:DETector<det>:REFerence
value: float = driver.configure.ademod.results.pm.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.

param trace

optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Detector’)

return

ref_value: double value The unit depends on the demodulation type: ACV: V AM: % FM: Hz PM: depends on method RsFsw.Applications.K17_Mcgd.Unit.Angle.set setting Unit: RAD

set(ref_value: float, trace=Trace.Default) None[source]
# SCPI: CONFigure:ADEMod:RESults:PM:DETector<det>:REFerence
driver.configure.ademod.results.pm.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.

param ref_value

double value The unit depends on the demodulation type: ACV: V AM: % FM: Hz PM: depends on method RsFsw.Applications.K17_Mcgd.Unit.Angle.set setting Unit: RAD

param trace

optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Detector’)

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.ademod.results.pm.detector.reference.clone()

Subgroups