Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

System variable @dam to set the default Recalculation Mode for all dialogs that apply

ORG-11137 - Getting issue details... STATUS

For example. Set Column Values Dialog, XF-Based Dialogs, and Operation-Based Dialogs). 0 = None, 1 = Auto, 2 = Manual. Default is 2 as before.  

Using Plot Legend as Data Identifier

ORG-11550 - Getting issue details... STATUS
When user is doing fitting from Graph, user can set Legend as the Data Identifier in report.

Analysis Marker context menu on green lock's context menu

ORG-10677 - Getting issue details... STATUS

Add Analysis Marker context menu when click on green lock on graph to turn on/off and change size of analysis markers.

XF will no longer change column short name when output

ORG-11304 - Getting issue details... STATUS

Analysis tools which use ReportData as output data type like FFT, Average Multiple Curves, Discrete Frequency, etc will leave output column short name as default and use long name as identifier only.

For example, after running FFT:

Before
// Before 2015, column short name will be renamed as Amp
range rAmp1=%(rReportData1.getlayer()$)col(Amp);
Now
// Now, you need to use other method such as column long name
range rAmp1=%(rReportData1.getlayer()$)col("Amplitude");


 

  • No labels