Reference

SCPI Command :

CALCulate<n>:HOPDetection:FREQuency:REFerence
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) FreqReference[source]
# CALCulate<n>:HOPDetection:FREQuency:REFerence
value: enums.FreqReference = driver.applications.k60Transient.calculate.hopDetection.frequency.reference.get(window = repcap.Window.Default)

Defines the reference point for positioning the frequency 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 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: FreqReference, window=Window.Default) None[source]
# CALCulate<n>:HOPDetection:FREQuency:REFerence
driver.applications.k60Transient.calculate.hopDetection.frequency.reference.set(reference = enums.FreqReference.CENTer, window = repcap.Window.Default)

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

Parameters:
  • reference – CENTer | EDGE 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’)