Reference

SCPI Command :

CALCulate<n>:HOPDetection:PDEViation:REFerence
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) ResultDevReference[source]
# 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’.

Parameters:

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

Returns:

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.k60Transient.calculate.hopDetection.frequency.offset.begin.set() and method RsFsw.applications.k60Transient.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 method RsFsw.applications.k60Transient.sense.hop.fmSettling.fmSpoint.get() ) . PMSEttling The measurement range starts at the PM settling point (see method RsFsw.applications.k60Transient.sense.hop.pmSettling.pmSpoint.get() ) .

set(reference: ResultDevReference, window=Window.Default) None[source]
# 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’.

Parameters:
  • 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.k60Transient.calculate.hopDetection.frequency.offset.begin.set() and method RsFsw.applications.k60Transient.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 method RsFsw.applications.k60Transient.sense.hop.fmSettling.fmSpoint.get() ) . PMSEttling The measurement range starts at the PM settling point (see method RsFsw.applications.k60Transient.sense.hop.pmSettling.pmSpoint.get() ) .

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