Reference

SCPI Command :

CALCulate<n>:HOPDetection:PDEViation:REFerence
class ReferenceCls[source]

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

get(window=Window.Default) RsFsw.enums.ResultDevReference[source]
# SCPI: CALCulate<n>:HOPDetection:PDEViation:REFerence
value: enums.ResultDevReference = driver.applications.k60Transient.calculate.hopDetection.pdeviation.reference.get(window = repcap.Window.Default)

Defines the reference point for positioning the phase deviation measurement range. For details on the measurement range parameters see ‘Measurement range’.

param window

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

return

reference: CENTer | EDGE | FMSettling | PMSettling EDGE The measurement range is defined in reference to the hop’s rising or falling edge (see method RsFsw.Applications.K60_Transient.Calculate.HopDetection.Frequency.Offset.Begin.set and method RsFsw.Applications.K60_Transient.Calculate.HopDetection.Frequency.Offset.End.set) . CENTer The measurement range is defined in reference to the center of the hop. FMSEttling The measurement range starts at the FM settling point (see [SENSe:]HOP:FMSettling:FMSPoint?) . PMSEttling The measurement range starts at the PM settling point (see [SENSe:]HOP:PMSettling:PMSPoint?) .

set(reference: RsFsw.enums.ResultDevReference, window=Window.Default) None[source]
# SCPI: CALCulate<n>:HOPDetection:PDEViation:REFerence
driver.applications.k60Transient.calculate.hopDetection.pdeviation.reference.set(reference = enums.ResultDevReference.CENTer, window = repcap.Window.Default)

Defines the reference point for positioning the phase deviation measurement range. For details on the measurement range parameters see ‘Measurement range’.

param reference

CENTer | EDGE | FMSettling | PMSettling EDGE The measurement range is defined in reference to the hop’s rising or falling edge (see method RsFsw.Applications.K60_Transient.Calculate.HopDetection.Frequency.Offset.Begin.set and method RsFsw.Applications.K60_Transient.Calculate.HopDetection.Frequency.Offset.End.set) . CENTer The measurement range is defined in reference to the center of the hop. FMSEttling The measurement range starts at the FM settling point (see [SENSe:]HOP:FMSettling:FMSPoint?) . PMSEttling The measurement range starts at the PM settling point (see [SENSe:]HOP:PMSettling:PMSPoint?) .

param window

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