SolutionData#
- class ansys.aedt.core.visualization.post.solution_data.SolutionData(aedtdata)#
Contains information from the
GetSolutionDataPerVariation()
method.Methods
SolutionData.export_data_to_csv
(output[, ...])Save to output csv file the Solution Data.
Retrieve the real part of the data for an expression.
SolutionData.get_report_plotter
([curves, ...])Get the ReportPlotter on the specified curves.
SolutionData.ifft
([curve_header, u_axis, ...])Create IFFT of given complex data.
SolutionData.ifft_to_file
([u_axis, v_axis, ...])Save IFFT matrix to a list of CSV files (one per time step).
Initialize the database and store info in variables.
SolutionData.intrinsics_by_variation
(variation)Get intrinsics dictionary on active variation.
SolutionData.is_real_only
([expression])Check if the expression has only real values or not.
SolutionData.lookup_column_value
(array, ...)Filters rows in a NumPy array based on column-value matches, and returns the last column value of all matching rows.
SolutionData.plot
([curves, formula, size, ...])Create a matplotlib figure based on a list of data.
SolutionData.plot_3d
([curve, primary_sweep, ...])Create a matplotlib 3D figure based on a list of data.
SolutionData.set_active_variation
([var_id])Set the active variations to one of available variations in self.variations.
SolutionData.to_degrees
(input_list)Convert an input list from radians to degrees.
SolutionData.to_radians
(input_list)Convert an input list from degrees to radians.
Update sweeps.
SolutionData.variation_values
(variation)Get the list of the specific variation available values.
Attributes
Set/Get a flag to use Pandas to export dict and lists.
Expressions.
Get the full available solution data magnitude and phase in radians.
Get the full available solution data in Real and Imaginary parts.
Get intrinsics dictionary on active variation.
Nominal variation.
Primary sweep.
Retrieve the primary sweep for a given data and primary variable.