internal_plot_name#

property FarField.internal_plot_name: str#

Internal AEDT plot name with escaped backslashes and forward slashes.

Some AEDT APIs (such as oReportSetup.GetChildObject and 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, while plot_name keeps the original user-facing name.

Returns:
str

Escaped plot name suitable for AEDT internal API calls.