SimulationDirect – Creating a direct simulation Last update: 09.03.2026 The following script sample shows you an example on how to create a Direct Simulation. directSpeosSimulation = SpeosSim.SpeosSimulationDirect.Create() directSpeosSimulation.Geometries.SelectAll() directSpeosSimulation.Sources.SelectAll() directSpeosSimulation.Sensors.SelectAll() directSpeosSimulation.NbRays = 10000 directSpeosSimulation.Compute() directSpeosSimulation.Isolate() directSpeosSimulation.LinkedExport()