Reference

SCPI Command :

CALCulate<n>:CHRDetection:PNOise:REFerence
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) ResultDevReference[source]
# CALCulate<n>:CHRDetection:PNOise:REFerence
value: enums.ResultDevReference = driver.applications.k60Transient.calculate.chrDetection.pnoise.reference.get(window = repcap.Window.Default)

No help available

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 chirp’s rising or falling edge (see method RsFsw.applications.k60Transient.calculate.chrDetection.pnoise.offset.begin.set() and method RsFsw.applications.k60Transient.calculate.chrDetection.pnoise.offset.end.set() ) . CENTer The measurement range is defined in reference to the center of the chirp. 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>:CHRDetection:PNOise:REFerence
driver.applications.k60Transient.calculate.chrDetection.pnoise.reference.set(reference = enums.ResultDevReference.CENTer, window = repcap.Window.Default)

No help available

Parameters:
  • reference – CENTer | EDGE | FMSettling | PMSettling EDGE The measurement range is defined in reference to the chirp’s rising or falling edge (see method RsFsw.applications.k60Transient.calculate.chrDetection.pnoise.offset.begin.set() and method RsFsw.applications.k60Transient.calculate.chrDetection.pnoise.offset.end.set() ) . CENTer The measurement range is defined in reference to the center of the chirp. 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’)