- This topic has 3 replies, 3 voices, and was last updated 10 years 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 ALL
I AM UNABLE TO UNDERSTAND SCRIPT AND NORMAL MODE IN OPTISYSTEM.HOW CAN I CHANGE THE VALUES OF SCRIPT I MEAN IF A PROJECT IS DESIGNED TO WORK AT BIT RATE OF 10Gb/s(mode seleced script in bitrate) i want to change the script value of bitrate to 40Gb/s.HOW CAN IT BE DONE.IS THERE ANY TUTORIAL AVAILABLE HOW TO CHANGE OR WORK WITH SCRIPT VALUES
Hi Vipul, do you mean that you have the script and you just want to change the values for bitrate, etc.?
See this annex
You can do so for example in my project I have 1.25 Gb/s rate by clicking Generate Script, the script that will be generated it will ta with a rate of 1.25 Gb/s as you can see:
Set Canvas1 = Layout1. GetCurrentCanvas
‘ SCRIPT is global Layout parameters.
Layout1. SetParameterMode “Simulation window”, 0
Layout1. SetParameterValue “Simulation window”, Set “bit rate”
Layout1. SetParameterMode “Reference bit rate”, 0
Layout1. SetParameterValue “Reference bit rate”, TRUE
Layout1. SetParameterMode “Bit rate”, 0
Layout1. SetParameterValue “Bit rate”, 1.25 and + 009
Now going in changing global parameters for 10 GB/s now clicking Generate Script
Set Canvas1 = Layout1. GetCurrentCanvas
‘ SCRIPT is global Layout parameters.
Layout1. SetParameterMode “Simulation window”, 0
Layout1. SetParameterValue “Simulation window”, Set “bit rate”
Layout1. SetParameterMode “Reference bit rate”, 0
Layout1. SetParameterValue “Reference bit rate”, TRUE
Layout1. SetParameterMode “Bit rate”, 0
Layout1. SetParameterValue “Bit rate”, 1e + 010
This helps?