get_project_spi

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

The SPI is equal to the EV / PV 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 Schedule Performance Index
Learn More: 

Step inside PMKC.

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