Navigation: Scripting Reference Manual > Functions & Subroutines > IntensityToFileDAE

 

IntensityToFileDAE

 

Contact Us: fredsupport@photonengr.com

 

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

Directional Analysis Entity

Intensity

IntensityAtSpecifiedDirections

Intensity Spread Function

IntensityToARN

Intensity on Polar Grid

AddDirAnaEntity

GetDirAnaEntityPolarRange

SetDirAnaEntityPolarRange

GetDirAnaEntityAzimuthalRange

SetDirAnaEntityAzimuthalRange

GetDirAnaEntityAxes

SetDirAnaEntityAxes

GetDirAnaEntityDrawProperties

SetDirAnaEntityDrawProperties

GetDirAnaEntityAutoScale

SetDirAnaEntityAutoScale

GetDirAnaEntityOpCount

AddDirAnaEntityOp

DeleteDirAnaEntityIthOp

GetDirAnaEntityIthOp

SetDirAnaEntityIthOp

DisplayPlotFile

 

 

 

 

 

Copyright © Photon Engineering, LLC