get_project_svt

Get the schedule variance (SV(t)) for the project at a given tracking period. 

The SV(t) is equal to the ES - AT and should be first calculated using the P2Tracking:construct_evm_report function. 

Parameters: 
I/O Type Name Description
input integer ID ID of the tracking period
output float SV(t) Schedule variance (time)
Learn More: 

Step inside PMKC.

Example: 
function ()
        io.write('\n')
end
Class: 
P2Tracking