smartinspectpython.sicontrolcommandtype
Module: sicontrolcommandtype.py
Revision History
Date | Version | Description |
---|---|---|
2023/05/30 | 3.0.0.0 | Initial Version. |
Represents the type of a ControlCommand packet. The type of a control command influences the way the Console interprets the packet.
For example, if a Control Command packet has a type of ClearAll, the entire Console is reset when this packet arrives. Also have a look at the corresponding SISession.ClearAll method.
ClearAutoViews =
<SIControlCommandType.ClearAutoViews: 2>
Instructs the Console to clear all AutoViews.
ClearProcessFlow =
<SIControlCommandType.ClearProcessFlow: 4>
Instructs the Console to clear all Process Flow entries.