ExtractCurveData¶
- MLModule¶
 genre
author
package
dll
definition
see also
keywords
Purpose¶
This module extracts the first CurveData object from a curve list.
Usage¶
Connect a curve list to the module. The output curve as extracted as soon as a valid curve list is connected.
Details¶
The first curve from the input curve list is copied to the output.
Windows¶
Default Panel¶
Input Fields¶
inCurveList¶
- name: inCurveList, type: MLBase¶
 List of curves.
Output Fields¶
outCurve¶
- name: outCurve, type: MLBase¶
 Output curve.
Parameter Fields¶
Field Index¶
  | 
  | 
  | 
  | 
  | 
  | 
Visible Fields¶
Update¶
- name: update, type: Trigger¶
 Trigger to update the output.
Auto Update¶
- name: autoUpdate, type: Bool, default: FALSE¶
 If checked, the output will be updated when an input field (
inCurveListorCurve Data Index) is changed.
Output Valid¶
- name: outputValid, type: Bool, persistent: no¶
 True if the output contains a valid curve, false otherwise.
Done¶
- name: done, type: Trigger¶
 This field is triggered when the output is up-to-date.
Status¶
- name: status, type: String, persistent: no¶
 Status of the module.
Curve Data Index¶
- name: curveDataIndex, type: Integer, default: 0, minimum: 0¶
 Index of the curve to extract from the input curve list.