text
stringlengths 0
39.3k
|
---|
• IndexM |
• IndexN |
• Rotation |
• Terminal |
• WaveguideModeType |
must migrate to the new CADFEKO API. |
For example, change the legacy API from: |
properties = cf.SParameterConfiguration.GetDefaultProperties() |
properties.PortProperties[portElement].Impedance = "50" |
properties.PortProperties[portElement].Terminal = project.Ports[portLabel].Terminal |
to: |
properties = cf.SParameterConfiguration.GetDefaultProperties() |
properties.SParameter.PortProperties[portElement].Impedance = "50" |
properties.SParameter.PortProperties[portElement].Terminal = |
project.Contents.Ports[portLabel] |
Adding Frequency, Sources, Loads and Power |
Added a global collection for frequency, sources, loads and power specified globally. For example, |
GlobalFrequency, GlobalSources, GlobalLoads and GlobalPower. |
For example: |
properties = cf.VoltageSource.GetDefaultProperties() |
properties.Terminal = project.Ports["Port1"].Terminal |
properties.Label = "VoltageSource1" |
voltageSource1 = |
application.Project.Contents.SolutionConfigurations.GlobalSources:AddVoltageSource(properties) |
Index |
Special Characters |
.cfs file 48 |
Numerics |
3D view |
changes 57 |
new features 43 |
API |
changes 59 |
migrating script 59 |
Python migration tool 59 |
application menu |
new features 44 |
assemblies 49 |
automatic meshing 16 |
cable 29 |
cable path |
transforms 36 |
constrained surface 29 |
context-sensitive help 44 |
crash reporter 48 |
cutplane 27, 33 |
details tree |
new features 36 |
dialog |
new features 39 |
dialogs |
changes 51 |
duplicate 33 |
error estimates 50 |
file |
.cfs 48 |
file location 45, 58 |
graphical user interface |
changes 49 |
help 44 |
improved error feedback 22 |
insufficient memory protection 39 |
legacy CADFEKO |
toggle 12 |
mesh settings |
local 17 |
mesh settings per part 17 |
meshing |
automatic 30, 38 |
create mesh 49 |
local mesh settings per part 30 |
message window 48 |
model extents 29, 48 |
model protection 13, 30, 33, 38, 39 |
model tree |
changes 50 |
new features 33 |
mouse bindings |
custom 39, 44 |
next generation 11 |
notification centre 21 |
pcb import |
tool 19 |
performance improvements 44 |
project filter tool 25, 33 |
re-evaluate 48 |
removed |
.cfs file 48 |
crash reporter 48 |
features 48 |
message window 48 |
model extents 48 |
re-evaluate 48 |
ribbon |
changes 49 |
new features 30 |
script recording |
new features 44 |
select all connected open faces tool 23 |
select all tool 23 |