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
I have written below code for creating Standard report using TwinBuilder pyaedt.
Report is being created, but some operations related to report management is not working:
To enable plot Marker either add_cartesian_x_marker or add_cartesian_y_marker is executing successfully but its not enabling after execution.
export_report_to_jpg function is not working with class Standard, is there any other method to store report jpg.
Similarly, import_traces(input_file, plot_name) couldn't able to import using csv format.
**Some which i also tried are working fine like -edit_x_axis_scaling, edit_y_axis_scaling, add_note
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I have written below code for creating Standard report using TwinBuilder pyaedt.
Report is being created, but some operations related to report management is not working:
add_cartesian_x_marker
oradd_cartesian_y_marker
is executing successfully but its not enabling after execution.export_report_to_jpg
function is not working withclass Standard
, is there any other method to store report jpg.import_traces(input_file, plot_name)
couldn't able to import using csv format.**Some which i also tried are working fine like -
edit_x_axis_scaling
,edit_y_axis_scaling
,add_note
Beta Was this translation helpful? Give feedback.
All reactions