Virtual PhotonicsThe MonteCarloSimulation type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | MonteCarloSimulation |
Default constructor to allow quick-and-easy simulation
|
![]() | MonteCarloSimulation(SimulationInput) |
Class that takes in SimulationInput and methods to initialize and execute Monte Carlo simulation
|
Methods
Name | Description | |
---|---|---|
![]() | Cancel |
Method to cancel the simulation, for example, from the gui
|
![]() | ![]() | (Inherited from ![]() |
![]() | ExecuteMCLoop |
Executes the Monte Carlo Loop
|
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | ![]() | Serves as a hash function for a particular type. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | Run |
Run the simulation
|
![]() ![]() | RunAll |
Method to run parallel MC simulations
|
![]() | SetOutputPathForDatabases |
Method that sets the output path (string) for databases
|
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
Fields
Name | Description | |
---|---|---|
![]() | _input |
SimulationInput saved locally
|
Properties
Name | Description | |
---|---|---|
![]() | IsRunning |
Boolean indicating whether simulation is running or not
|
![]() | PhaseFunctionType |
Phase function enum type as specified in SimulationOptions
|
![]() | Results |
Results of the simulation
|
![]() | ResultsAvailable |
Boolean indicating whether results are available or not
|
See Also