GetReportInfo for Cloud-to-Cad Profile VB Script

GetReportInfo for Cloud-to-Cad Profile VB Script

Hi all, 

I am creating a csv file to feed into an SPC software that my current employer uses. I am using the GetReportInfo function to record the measurement results in a VB script. I have been able to use the CMM-Manager VB Script Reference Guide to pull the data from diameter measurements, Profiles, Parallelism, etc. but have not been able to figure out the Cloud-to-cad deviation code. 

Here is a photo of the dimension, and the report info. I need to get the compiled profile deviation that is displayed beside deviation in the report. When inserting the reported feature name in the first area in quotations GetReportInfo( "1", "2", 3), I was able to pull the name directly from the report area which I also attached below. 




I am able to query the data for profiles, diameters, etc. with the code: 

For the Diameter: 

Dim SPC
SPC = GetReportInfo( "Cylinder_Datum_E", "Dia", 2 )

or for the profile: 

Dim SPC
SPC= GetReportInfo( "Surface Profile of Cylinder_Datum_E", "PFSF", 3 )

This same approach did not work with the Cloud-to-CAD Deviation #4.

Any help is greatly appreciated