the internal name of this opearation (CHANGING THESE WILL BREAK LEGACY VERSIONS)
Param: displayname
the name to show upon this operation in the interface
Param: dx
the description of this operation
Param: params
the parameters associated with this operation
Param: inets
the inlets associated with this operation
Param: old_names
referes to any prior name of this operation to aid when loading old files
Param: perform
a function that executes when this operation is performed, takes a series of inputs and resturns an array of drafts
Param: generateName
a function that computes the system provided name default based on the inputs. a number can be passed in args to handle cases where the operation needs to assign different names to different draft outputs
a standard opeartion
Param: name
the internal name of this opearation (CHANGING THESE WILL BREAK LEGACY VERSIONS)
Param: displayname
the name to show upon this operation in the interface
Param: dx
the description of this operation
Param: params
the parameters associated with this operation
Param: inets
the inlets associated with this operation
Param: old_names
referes to any prior name of this operation to aid when loading old files
Param: perform
a function that executes when this operation is performed, takes a series of inputs and resturns an array of drafts
Param: generateName
a function that computes the system provided name default based on the inputs. a number can be passed in args to handle cases where the operation needs to assign different names to different draft outputs