Composite Post-Processor Variables
A Composite post-processor is a combination of different post-processors or components. A set of system macro variables are available to trace and control composite post-processor execution.
$CPPADS |
Array of component designator Type: String, Read-only |
This variable is an array containing all the component designators.
$CPPANM |
Array of component names Type: String, Read-only |
This variable is an array containing all the component (individual post-processor) names.
$CPPCNT |
Count of components Type: Numeric, Read-only |
This variable indicates the number of components (individual post-processor) in the composite post-processor.
$CPPDES |
Current component designator Type: Keyword, Read-only |
This variable contains the designator of the current post-processor component.
$CPPFIL |
Current component full database name Type: String, Read-only |
This variable contains the database full post-processor name of the current component.
$CPPNAM |
Current component name Type: String, Read-only |
This variable contains the post-processor name of the current component.
$CPPPDS |
Previous designator name Type: String, Read-only |
This variable contains the designator of the previous component.
$CPPPFL |
Previous component full database name Type: String, Read-only |
This variable contains the database full post-processor name of the previous component.
$CPPPNM |
Previous component name Type: String, Read-only |
This variable contains the post-processor name of the previous component.
$CPPTNP |
Primary tape file name Type: String, Read-only |
This variable is an array containing the primary tape file names for all of the machine components.
$CPPTNS |
Secondary tape file name Type: String, Read-only |
This variable is an array containing the secondary tape file names for all of the machine components.