Evaluate
SCPI Command :
DISPlay[:WINDow<n>]:EVALuate
- class EvaluateCls[source]
Evaluate commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default) RsFsw.enums.EvaluateDsp [source]
# SCPI: 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’.
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
- return
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.K60_Transient.Calculate.HopDetection.Selected.set) CHIRp an individual selected chirp (see method RsFsw.Applications.K60_Transient.Calculate.ChrDetection.Selected.set)
- set(dsp: RsFsw.enums.EvaluateDsp, window=Window.Default) None [source]
# SCPI: 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’.
- param 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.K60_Transient.Calculate.HopDetection.Selected.set) CHIRp an individual selected chirp (see method RsFsw.Applications.K60_Transient.Calculate.ChrDetection.Selected.set)
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)