In the exhibit, the Label Parameters for the electrical device tag are configured as follows:
A white background with black text
AI-generated content may be incorrect.
This setup determines how the tag will display in Revit when applied to any device. Specifically:
The Panel parameter (P203 in this case) will be shown first.
A “/” separator follows because it’s assigned as the suffix for the Panel parameter.
The Circuit Number (2,4) is displayed immediately after the slash, with no extra spaces or line breaks.
Since the Break column is unchecked, the values will appear on one continuous line, not split across lines.
Revit documentation for tag creation confirms this behavior:
“When defining label parameters in a tag family, the Prefix and Suffix fields control text that appears before or after the parameter value, while the Break checkbox controls whether the text wraps to a new line.”
Therefore, when the tag is applied to a receptacle on panel P203 and circuit 2,4, the final formatted text will be:
P203/2,4
This corresponds exactly to option B, where the panel and circuit appear on the same line separated by a slash, with no spaces or line breaks.