internal_plot_name#

property Spectral.internal_plot_name: str#

Internal AEDT plot name.

Prior to AEDT 2027R1, some AEDT APIs (such as oReportSetup.GetChildObject and a few report-related operations) required special characters in the plot name to be escaped: backslashes are doubled (\ -> \\) and forward slashes that are not already preceded by a backslash are prefixed with a backslash (/ -> \/). Starting with AEDT 2027R1, this escaping is no longer needed and the plot name is returned as-is.

This property returns the plot name in the appropriate form for the current AEDT version, ready to be passed to AEDT APIs, while plot_name keeps the original user-facing name.

Returns:
str

Plot name in the format appropriate for AEDT internal API calls.

Examples

>>> from ansys.aedt.core.visualization.report.common import CommonReport
>>> obj = CommonReport()
>>> obj.internal_plot_name