Home › Forums › GENERAL › Python in OptiSystem › Reply To: Python in OptiSystem
April 1, 2019 at 11:54 pm
#50967
Thank you so much for your reply. I checked the python file for the ClockRecoveryComponent.osd project.
there are several packages like:
import numpy as np
import math
import tempfile
import sys
sys.path.append(‘/Temp/PythonScripts/PythonSignalLibrary’) #the directory that contains CDS_SystemManager
sys.path.append(tempfile.gettempdir() + ‘/OptiSystemTempDir’)
from SystemManager import *
from CalculationResult import *
from SignalLibrary import *
where can I download the three modules: SystemManager, CalculationResult,SignalLibrary?
Categories
- All
-
Knowledge
Contains a detailed Q&A knowledge base. -
General
All non-technical questions. -
System
Optical system design and analysis. -
Instrument
Communicate and control different kinds of instruments. -
SPICE
Opto-electronic circuit design. -
FDTD
Finite-Difference Time-Domain simulation. -
BPM
Beam Propagation Method analysis and design. -
Grating
Fiber optic grating simulation. -
Fiber
Optical fiber design and characterization. -
Exchange
Users can exchange design files.
(Matlab, C++, etc.)