get_project_spit

Get the Time Performance Index (SPI(t)) for the project at a given tracking period. 

The SPI(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 SPI(t) schedule performance index (time)
Learn More: 

Step inside PMKC.

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