Python scripting OLP Core - Enums

OperationType

Previous  Chapter  Next

 

Defines the different types of ICENOperation.


  class OperationType (IntEnum):

  {

    Normal = 0,

    Approach,

    Retract,

    Auxiliary,

    Grab,

    Release,

    Upload

  };


Previous
Previous page
Chapter
Chapter page
Next
Next page