Transfer Function and Input/Output Modes

 

The following sections provide more detail on various input parameters for the XY Transfer Function, XYZ Transfer Function and the XY Table components.

Transfer Function Manipulation

Although the actual entered X, Y and Z data must remain constant throughout the run, there are various input parameters that may be used to manipulate the transfer function on-line:

 

XY Characteristics:

XYZ Characteristics:

Input Modes

There are two methods by which to enter the coordinate points:  One method is to enter the data directly into a table in the component input parameters.  The other is to provide the required values through an external ASCII text file.

NOTE: The table data entry method is only available in the XY Characteristics and XY Table components. The XYZ Component allows data entry by external ASCII file only.

XY Characteristics:

 

If entering coordinates from an external ASCII data file, a certain structured format must be followed.  Descriptive comments may only be placed at the beginning of the file, provided they are preceded by an exclamation point '!'. 

 

An example ASCII data file is given below:

 

! Input data for XY Characteristic

!

1.0  8.0

2.0  9.0

3.0 10.0

 

NOTE: If Output Mode | Interpolated is selected, the X data points must be entered in ascending order.

 

XYZ Characteristics:

 

A certain structured format must be followed when constructing the ASCII data file.  Descriptive comments may be placed anywhere in the file, provided they are preceded by an exclamation point '!'. You need to place one of the keywords 'XDATA:', 'YDATA:' or 'ZDATA'  at the beginning of each respective coordinate section of the data file. Also, an 'ENDFILE:' command must be placed at the end of the file.

 

If you have N, X-coordinates and M, Y-coordinates, then you must include M x N, Z-coordinate points. If the number of Z-coordinates is less than M x N, and error will occur. If greater than M x N, the extra points will be ignored.

 

An example ASCII data file is given below:

 

! Input data for XYZ Characteristic

!

XDATA:

1.0

2.0

!

! More comments

!

3.0

YDATA:

7.0

8.0

9.0

ZDATA:

7.0

8.0

9.0

14.0

16.0

18.0

21.0

24.0

27.0

ENDFILE:

!

NOTE: If Output Mode | Interpolated is selected, the X data points must be entered in ascending order.

XY Table:

 

If entering coordinates from an external ASCII data file, a certain structured format must be followed.  Descriptive comments may be placed anywhere in the file, provided they are preceded by an exclamation point '!'.  

 

An example ASCII data file is given below:

 

! Input data for XY Table

!

! X   Y1     Y2  .....    Y10

0.0  0.01   0.02  ...     0.1

1.0  1.01   1.02  ...     1.1

2.0  2.01   2.02  ...     2.1

 

NOTE: If Output Mode | Interpolated is selected, the X data points must be entered in ascending order.

Output Modes

XY Characteristics:

 

There are two output modes available: Interpolate or Sample and Hold. When the X input falls on one of the discrete points, Y is the corresponding point from that (X,Y) pair. Otherwise, the Y value is chosen depending on the selected mode.

XYZ Characteristics:

 

There are two output modes available: Interpolate or Nearest Data Point. When the X and Y inputs fall on one of the discrete points, Z is the corresponding point from that (X,Y,Z) point. Otherwise, the Z value is chosen depending on the selected mode.

XY Table:

 

There are two output modes available: use interpolation or nearest data point. When the X input falls on one of the discrete points, Y is the corresponding point from that (X,Y) pair. Otherwise, the Y value is chosen depending on the selected mode.

 

Related Topics

  1. XY Characteristics
  2. XYZ Characteristics