kblaine123
New member
Hello folks.....
Below I have posted the "short version" to record the prior TPO......what would I need to add to this "short version" to include HVA and LVA (high and low value areas) ? I've tried a few things but haven't found what works ?
Thanks in adance for any assistance.
def TPO = reference TPOProfile("time per profile" = "DAY", "on expansion" = No);
def priorTPO = if TPO[1]!=TPO then POC[1] else priorTPO[1];
Below I have posted the "short version" to record the prior TPO......what would I need to add to this "short version" to include HVA and LVA (high and low value areas) ? I've tried a few things but haven't found what works ?
Thanks in adance for any assistance.
def TPO = reference TPOProfile("time per profile" = "DAY", "on expansion" = No);
def priorTPO = if TPO[1]!=TPO then POC[1] else priorTPO[1];