OperatorSpecification class
Last update: 18.06.2026Namespace: Ans.DataProcessing
OperatorSpecification(name: str)
OperatorSpecification(id: Int64)
Class Information
| Property | Value |
|---|---|
| Namespace | Ans.DataProcessing |
| Assembly | CS_DataProcessing |
Constructors
Constructor
OperatorSpecification(name)
Parameters:
name(str)
Constructor
OperatorSpecification(id)
Parameters:
id(int)
Methods
HasSpecification
result = obj.HasSpecification(name)
Parameters:
name(str)
Returns: bool
GetOperatorDescription
result = obj.GetOperatorDescription()
Returns: str
GetInputPins
result = obj.GetInputPins()
Returns: iterable
GetInputPin
result = obj.GetInputPin(id)
Parameters:
id(int)
Returns: PinDescription
GetOutputPins
result = obj.GetOutputPins()
Returns: iterable
GetOutputPin
result = obj.GetOutputPin(id)
Parameters:
id(int)
Returns: PinDescription
getNumberOfPin
result = obj.getNumberOfPin(isInput)
Parameters:
isInput(bool)
Returns: int
GetPinPosition
result = obj.GetPinPosition(PinToGet, isInput)
Parameters:
PinToGet(str)isInput(bool)
Returns: int
GetCategory
result = obj.GetCategory()
Returns: str
GetUserName
result = obj.GetUserName()
Returns: str
GetScriptingName
result = obj.GetScriptingName()
Returns: str
GetExposure
result = obj.GetExposure()
Returns: str
Properties
Id
Type: int
# Get the property (read-only)
value = obj.Id