vsTASKER 7 User Manual
×
Menu
Index

Properties

 
Properties
1

Name

1. Name
Name of the Curves that could be duplicated as the name of the Graph (container) must prefix the Curve name to give the full name needed by the finder.
It is allowed to give the same name to different Curves in different Graphs. The unique name to find them will be the concatenation of the Graph name and the Curve name (separated with two colons), otherwise, only the first Curve with the matching name will be returned.
2

Graph

2. Graph
Name of the Graph container that holds the current Curves.
 
3

Axis

3. Axis
X (horizontal) and Y (vertical) axis setting are used to draw the Curves canvas.
Min and Max values are boundaries for all curves. Use float values.
 
4

Step

4.
This value is used to draw the grid. It indicate the value between two grid lines (vertical or horizontal).
Do (max-min)/step to guess the number of lines that will be displayed.
Should not be zero.
 
5

Units

5.
This string value is only used for display to give a meaning to the value used in X or Y axis.
 
6

Import

6. Import
Use this button to import a previously exported Curves in /Data/Shared.
An exported Curves has extension .crv
7

Export

7. Export
Use this button to export a Curves for reuse or share between databases or users.
The Curves is exported by default in /Data/Shared but can be saved in any directory or support.
An exported Curves has extension .crv
8

Type

8. Type
Specify here how many curves will be defined:
  • Single: only one curve will be available. No Z value then.
  • Multiple: several curves will be available, all with a unique Z value.
Single curve is for simple data, like the mean temperature (Y) over the year, from January to December (X).
On this same example, if the data is available, Multiple curves will provide temperatures per year (Z), from let's say 1990 to 2010.
9

Outbound

9. Outbound
Specify here the strategy for the function returning the Y value (given X and maybe Z), when X (or Z) is below Min or above Max:
 
  • Extrapolate: use the slope of the curve to compute the projected value.
  • Last Valid: take the first or last Y value and returns it. No extrapolation.
  • Out bound Value: returns the user value defined in (10)
 
10

OB Value

10. OB Value
When out bound strategy is set to out bound Value (see above), enter here the value that will be returned whenever X (or Z) is below Min or above Max.
 
11

Z Axis

11. Z Axis
Same as for X and Y Axis, but for the Z axis.
Only available for Multiple Curves (8).
 
12

Help

12.
Any description of the Curves can be put here and will be used for the automatic document generation (see Make Documents)