internal_plot_name#
- property Spectral.internal_plot_name: str#
Internal AEDT plot name with escaped backslashes and forward slashes.
Some AEDT APIs (such as
oReportSetup.GetChildObjectand a few report-related operations) require 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 (/->\/). This property returns the plot name in that escaped form, ready to be passed to those APIs, whileplot_namekeeps the original user-facing name.- Returns:
strEscaped plot name suitable for AEDT internal API calls.