You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
flowchart LR
subgraph NC[" "]
direction TB
A[Native CAD
with history and parametrization]
end
subgraph SD["Source Data"]
direction LR
MAS
MCAD["Motor CAD"]
CAD
PCBLayout["PCB Layout"]
BOM
MA["Mesh Assembly"]
3DB["3D Blocs"]
Netlist
end
subgraph SM["Simulation Model"]
direction LR
Geometry
MatA["Material Assignment"]
SS["Simulation Setup"]
subgraph SMsub0[" "]
direction LR
Boundaries
Sources
MS["Mesh Settings"]
end
subgraph SMsub1[" "]
direction LR
RS("Report Setup")
VC("Virtual Compliance")
FPP("Field Post-Processing")
end
end
NC -->|Geometry Service| SD
SD -->|Configuration File| SM
classDef blue fill:lightblue, fill-opacity:0.5, stroke:lightblue
class Geometry,MatA,SS,SMsub0,SMsub1 blue
classDef orange fill:orange, fill-opacity:0.5, stroke:orange
class Boundaries,Sources,MS,RS,VS,VC,FPP orange
Creating a standard and human-readable configuration file for PyAEDT to store and load settings
The text was updated successfully, but these errors were encountered: