Skip to content

Query in Standard - Report Management in TwinBuilder using PyAEDT #5420

Closed Answered by gmalinve
shabham22 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @shabham22,

Why don't you create your report with the create_report method as I showed you in my previous screenshot? this method returns excatly the same object as creating it with post.reports_by_category.standard and you can access the edit_cartesian_marker in the same way.
I suggest you use an IDE to debug your code and use the in-built python function dir() to discover which properties or methods of an object you can access.
For example, in my case I use PyCharm and if I debug the Standard report object I can see what I can access:
.

In my previous example I specified TR as my setup sweep name, this is because TR is the name of my transient setup so if AC is the name of your AC s…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@shabham22
Comment options

Comment options

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

@shabham22
Comment options

@Samuelopez-ansys
Comment options

Answer selected by shabham22
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