cPlan Code Block
From a high level, the cPlan script has the following basic elements:
cplan <path> {
<inputs>
<parameters>
<calcs>
<import-calcs>
<time-series>
<dimensions>
<operations>
<loops>
}
For more information about all of the basic elements, see cPlan Tags.
A cPlan script can be quite simple:
cplan {
input "demo_drl.cbase"
}