Evaluate

SCPI Command :

DISPlay[:WINDow<n>]:EVALuate
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) EvaluateDsp[source]
# DISPlay[:WINDow<n>]:EVALuate
value: enums.EvaluateDsp = driver.applications.k60Transient.display.window.evaluate.get(window = repcap.Window.Default)

Determines the evaluation basis for the specified result display. Which evaluation basis is available for which result display is indicated in Table ‘Available evaluation methods and evaluation basis’.

Parameters:

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

Returns:

dsp: FULL | REGion | HOP | CHIRp FULL the full capture buffer REGion the selected analysis region (see ‘Selecting the analysis region’) HOP an individual selected hop (see method RsFsw.applications.k60Transient.calculate.hopDetection.selected.set() ) CHIRp an individual selected chirp (see method RsFsw.applications.k60Transient.calculate.chrDetection.selected.set() )

set(dsp: EvaluateDsp, window=Window.Default) None[source]
# DISPlay[:WINDow<n>]:EVALuate
driver.applications.k60Transient.display.window.evaluate.set(dsp = enums.EvaluateDsp.CHIRp, window = repcap.Window.Default)

Determines the evaluation basis for the specified result display. Which evaluation basis is available for which result display is indicated in Table ‘Available evaluation methods and evaluation basis’.

Parameters:
  • dsp – FULL | REGion | HOP | CHIRp FULL the full capture buffer REGion the selected analysis region (see ‘Selecting the analysis region’) HOP an individual selected hop (see method RsFsw.applications.k60Transient.calculate.hopDetection.selected.set() ) CHIRp an individual selected chirp (see method RsFsw.applications.k60Transient.calculate.chrDetection.selected.set() )

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