Skip to content
Discussion options

You must be logged in to vote

Hi @codychan2231 ,

You missed specifying to which material you want to define this property:

from ansys.aedt.core import Maxwell3d

app = Maxwell3d(version="2025.2")

mymat = app.materials.add_material("new_mat")

mymat.permeability = [
    [0, 0],
    [140, .85],
    [200, 1.013],
    [300, 1.185],
    [400, 1.273],
    [600, 1.36]]

app.materials["new_mat"].permeability = [
    [0, 0],
    [140, .85],
    [200, 1.013],
    [300, 1.185],
    [400, 1.273],
    [600, 1.36]]

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@codychan2231
Comment options

@Samuelopez-ansys
Comment options

@codychan2231
Comment options

Answer selected by Samuelopez-ansys
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants