Class Msg
Block-root section recording a Siemens MSG("...") operator
display message, written by
SiemensMsgSyntax. A section
without Text records the bare MSG() clear form.
Record-only: simulation ignores it; the section exists for
bidirectional NC-text reconstruction and UI display.
public class Msg
- Inheritance
-
Msg
- Inherited Members
- Extension Methods
Properties
Text
Verbatim message text between the quotes; absent for the MSG() clear form.
public string Text { get; set; }