Control File
- Last UpdatedDec 13, 2023
- 1 minute read
This facility is controlled via a text file whose full path and name should be assigned to the logical name SBH_SHELLPROF_BENDING_CTRL. The file is organized in statements, written in TIL-format.
Syntax
Each statement in the text file has the syntax:
PROF
|
[/TYPE = <profile type> ] |
|
|
/HEIGHT = <profile height> |
|
|
/METHOD = <method> |
|
|
/CVAL = <control value> |
|
|
; |
The attributes have the following meaning:
|
TYPE |
The profile type for which METHOD and CVAL are valid. If this keyword is omitted then the values in this statement will be used as defaults for all profile types not mentioned in other statements. |
|
HEIGHT |
The biggest height for which METHOD and CVAL are valid. |
|
METHOD |
The method used to evaluate if a shell profile is curved. Valid choices are WHOLE_TRACE_INDEP_DIST and PER_1000_FACT. The two methods are described below. |
|
CVAL |
Described below for each METHOD. |