Error property

Returns or sets whether the pen is in an error state or not. Read/write. Boolean.
If a pen is in an error state, because of a communications error, for example, the pen's current value is considered invalid and is not plotted. Plotting will not resume until the Error property is set to FALSE, or until the pen's current value property is reset.
Syntax
pen
.
Error
[
= State
]
where
pen
- is a Pen object, or an expression that evaluates to a Pen object.
pen
- is a Pen object or an expression that evaluates to a Pen object.
state
- is a parameter of the type Boolean that can be set to one of the following:
State -
is a parameter of the type Boolean that can be set to one of the following:
  • True
    . The pen is in error. Do not plot the pen values
  • False
    . The pen is not in error. Plot as normal.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal