I cannot find in the doc what are the names of the parameters in the API to change the field density and wavelength, especialy in the MODIFYSETTINGS which does not mention this type of analysis
Maybe it is not implemented ?
Also, the analysis results do not exihbit any data:
print(analysis_results.NumberOfDataGrids)
print(analysis_results.NumberOfDataGridsRgb)
print(analysis_results.NumberOfDataScatterPoints)
print(analysis_results.NumberOfDataScatterPointsRgb)
print(analysis_results.NumberOfDataSeries)
print(analysis_results.NumberOfDataSeriesRgb)
print(analysis_results.NumberOfMessages)
print(analysis_results.NumberOfRayData)
all print 0, so is there a way to retrieve the results from this analysis ?