Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

TDR Coordinate System Error

Status
Not open for further replies.

Bahar Mzn

Newbie level 1
Joined
Jan 13, 2015
Messages
0
Helped
0
Reputation
0
Reaction score
0
Trophy points
0
Activity points
0
Hi there,


I am encountering an error which is basically driving me crazy. I would like to solve for the optical modes in a simple rectangular waveguide. But it gives me the following error:

+++++++++++ TDR COORDINATE SYSTEM ERROR +++++++++++++
The coordinate system was not specified for the grid.
Remedy: Call Tdr_geometry::set_coordinate_system() or
Tdr_geometry::set_coordinate_convention_sprocess().
Example 1: Use default (DFISE), specify dimension:
Tdr_coord_sys cs(2); // Default 2D system (DFISE)
g->set_coordinate_system(cs);
Example 2: Use convenience function for sprocess csy:
g->set_coordinate_convention_sprocess();
Example 3: Use special purpose coordinate system:
Tdr_coord_sys cs(Tdr_coord_sys::cs_2d_y_up);
g->set_coordinate_system(cs);
++++++++++ TDR ERROR ++++++++++ TDR ERROR +++++++++++


Please help me out here.

Best,
Farnaz
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top