PrintText.__init__

PrintText.__init__(text, feedback_level=0)[source]

Create a new instance of the instruction.

Parameters
  • text (str) – Single line of text to print on the robot panel with a maximum of 80 characters.

  • feedback_level (int) – Defines the feedback level requested from the robot. Defaults to FeedbackLevel.NONE.