tpa_extract_data

Purpose:

Perform Three Pressure Analysis (TPA) Extract Data task.

Enter:

tpa_extract_data [inpt_file=name] [spec_file=<spec_name>] [+f]

Where:

inpt_file=input_name

Optional if +f is specifed. Specify a fully qualified path and input filename generated by the GT_Power simulation run. The file contains a list of GT Power labels and values that may be included in the datapoint. There is no default. This is optional only if the ‘+f’ switch is a calling argument.

spec_file=spec_name

Optional, Specify the fully qualified path and spec filename. The default is /specs/tpa/tpa_ss_specs.

+f

Optional. If specified, it means that a failure has occurred and to set all ‘extracted’ values to -999999.0.

Example:

tpa_extract_data inpt_file=/data/tpa_ssISX
The above reads the file, /data/tpa_ssISX, generated by GT_Power. The default spec file of /specs/tpa_ss_specs is read to obtain the list of GT_Power variables that should be included in the datapoint.

tpa_extract_data inpt_file=/data/tpa_ssISX
spec_file=/specs/tpa_ss_specsISX
The above reads the file, /data/tpa_ssISX, generated by GT_Power. The spec file of /specs/tpa_ss_specsISX is read to obtain the list of GT_Power variables that should be included in the datapoint.

tpa_extract_data +f
The above runs tpa_extract_data in the failure mode. No input file is accessed and all variables are set to -999999.0

Notes:

 

See Also: