- This topic has 3 replies, 2 voices, and was last updated 9 years, 4 months ago by .
- You must be logged in to reply to this topic.
Optiwave software can be used in different industries and applications, including Fiber Optic Communication, Sensing, Pharma/Bio, Military & Satcom, Test & Measurement, Fundamental Research, Solar Panels, Components / Devices, etc..
OptiSystem is a comprehensive software design suite that enables users to plan, test, and simulate optical links in the transmission layer of modern optical networks.
OptiInstrument addresses the needs of researchers, scientists, photonic engineers, professors and students who are working with instruments.
OptiSPICE is the first circuit design software for analysis of integrated circuits including interactions of optical and electronic components. It allows for the design and simulation of opto-electronic circuits at the transistor level, from laser drivers to transimpedance amplifiers, optical interconnects and electronic equalizers.
OptiFDTD is a powerful, highly integrated, and user friendly CAD environment that enables the design and simulation of advanced passive and non-linear photonic components.
OptiBPM is a comprehensive CAD environment used for the design of complex optical waveguides. Perform guiding, coupling, switching, splitting, multiplexing, and demultiplexing of optical signals in photonic devices.
The optimal design of a given optical communication system depends directly on the choice of fiber parameters. OptiFiber uses numerical mode solvers and other models specialized to fibers for calculating dispersion, losses, birefringence, and PMD.
Emerging as a de facto standard over the last decade, OptiGrating has delivered powerful and user friendly design software for modeling integrated and fiber optic devices that incorporate optical gratings.
Download our 30-day Free Evaluations, lab assignments, and other freeware here.Â
Optiwave software can be used in different industries and applications, including Fiber Optic Communication, Sensing, Pharma/Bio, Military & Satcom, Test & Measurement, Fundamental Research, Solar Panels, Components / Devices, etc..
OptiSystem is a comprehensive software design suite that enables users to plan, test, and simulate optical links in the transmission layer of modern optical networks.
OptiInstrument addresses the needs of researchers, scientists, photonic engineers, professors and students who are working with instruments.
OptiSPICE is the first circuit design software for analysis of integrated circuits including interactions of optical and electronic components. It allows for the design and simulation of opto-electronic circuits at the transistor level, from laser drivers to transimpedance amplifiers, optical interconnects and electronic equalizers.
OptiFDTD is a powerful, highly integrated, and user friendly CAD environment that enables the design and simulation of advanced passive and non-linear photonic components.
OptiBPM is a comprehensive CAD environment used for the design of complex optical waveguides. Perform guiding, coupling, switching, splitting, multiplexing, and demultiplexing of optical signals in photonic devices.
The optimal design of a given optical communication system depends directly on the choice of fiber parameters. OptiFiber uses numerical mode solvers and other models specialized to fibers for calculating dispersion, losses, birefringence, and PMD.
Emerging as a de facto standard over the last decade, OptiGrating has delivered powerful and user friendly design software for modeling integrated and fiber optic devices that incorporate optical gratings.
Download our 30-day Free Evaluations, lab assignments, and other freeware here.Â
Hello guys,
I’ve been trying to export the azimuth polarization angles from the polarization analyzer module but with no avail. I was wondering if anyone could give me some advice on exporting the azimuth polarization angles for 100 sweeps into and excel sheet or via using the fork and sampling the optical signal using a matlab component to export all the azimuth polarization angles into matlab’s workspace.
Thank you and have a nice day.
Hi,
Take a look at the script example I made in another forum post:
In your case you could create a Polorization Analyzer and then use a command:
Canvas1_ComponentPolarizationAnalyzer.GetResultValue(“Sampled signal azimuth (deg)”)
Hi Damian,
Thank you for getting back at me, I referred to some of the tutorials from optisystem_vbscripting_ref_guide.pdf and did some modifications to my script, it seems as though it can’t output all the sweeps polarization angles and the script is just ‘outputing’ a single result in my results.txt file in this case happens to be selection 1 which is ‘0’. As attached below is the script which I used. How do i output all the sweep iterations results instead. Do i use a for loop to call for each sweep iteration?
Thank you and have a nice day.
Yes you need to use a loop like in the example found in the OptiSystem_VBscripting_ref_guide.pdf, which itself is in the directory:
C:\Program Files\Optiwave Software\OptiSystem 13\documentation
The exact script can be found under Additional projects->Exporting sweeps to file