You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

The UDO operator calls a user defined operator.

Parameter

  • class: The name of the user defined operator
  • init: Additional parameter for the user defined operator

Example

UDO Operator
output = UDO({
              class='MyUDO', 
              init='some parameter'
             }, input)
  • No labels