Replies: 1 comment
-
Hello, As for question 1, you might want to use the modeler attribute in the TwinBuilder application. Diving deep into it, you might find a function called ChangeProperty which takes an array as parameter:
I would answer questions 3 and 4 in one go by saying that once you define a setup for your model, then create a solution data object, you should be able to plot, generate a report which you can export into csv, image, or any other file. x: please find an example of what the code would look like (as far as I'm concerned, exporting files directly from the solution data seemed to work with IronPython, but it does not seem to work very well when adapting the code to CPython. Lastly I will invite you to look into a very useful tool in AEDT when you want to look into a certain feature in AEDT and want to automize it with Python: it is called Record Script and can be foundin the icon bar Tab 'Automation"
|
Beta Was this translation helpful? Give feedback.
-
Hi,
1. As shown in below image, I want to enable Both - NameAndValue property for the component using PyAEDT.
Can anyone tell how can I do this?
2. Is it possible to fetch the Plot values or coordinates after generating the report with the help of PyAEDT. How?
Like from below example: 200kHz: 7328.36ohms and 700kHz: 26835.46ohms
![image](https://private-user-images.githubusercontent.com/83535761/387579522-1495c508-55c8-4a9b-aad0-a58b8171dfab.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5MDM4NjIsIm5iZiI6MTczODkwMzU2MiwicGF0aCI6Ii84MzUzNTc2MS8zODc1Nzk1MjItMTQ5NWM1MDgtNTVjOC00YTliLWFhZDAtYTU4YjgxNzFkZmFiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDA0NDYwMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPThhMDY1MDU3NzgwM2VlYjI4OGU3ZmYwMjY0ZDhlZDA0MmZlMzE3NmQzNWU1ODE1ODFjYTE1YjY2NWYyZjlkZTQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.33qqEhSHH_kVczrRufBjUePswNrNJHUnIjDTjYRqBF0)
3. Is there any function or Module in PyAEDT to use the feature of Sheet Scan of any provided plot, to automatically export csv of coordinates.
4. Is there any command in PyAEDT to capture screenshot or to export the jpg of Schematic Page?
Beta Was this translation helpful? Give feedback.
All reactions