Description Calculates the Intensity (flux/steradian) using a Directional Analysis Entity and writes the result to a file. Depending on the number of rays traced, it may be necessary to dimension ray index and ray counter variables as data type Huge_ instead of Long. Please see Multi-threaded Raytracing for more information.
Syntax count = IntensityToFileDAE( n, fname )
Parameters count (Long or Huge_) The number of rays included in the calculation.
n As Long Node number of Directional Analysis Entity.
fname As String Name of file to store Intensity calculation results.
Remarks Calculates the Intensity (flux/steradian) using a Directional Analysis Entity and writes the result to a file.
Files written by this command can be opened in the Chart Viewer using the command DisplayPlotFile.
See Also IntensityAtSpecifiedDirections
|