OperatorConfig class
Last update: 18.06.2026Namespace: Ans.DataProcessing
OperatorConfig(operatorName: str)
OperatorConfig()
OperatorConfig(id: Int64)
OperatorConfig(id: IntPtr)
Class Information
| Property | Value |
|---|---|
| Namespace | Ans.DataProcessing |
| Assembly | CS_DataProcessing |
| Base Class | Ans.DataProcessing.internal_objects.DpfType |
Constructors
Constructor
OperatorConfig(operatorName)
Parameters:
operatorName(str)
Constructor
OperatorConfig()
Constructor
OperatorConfig(id)
Parameters:
id(int)
Constructor
OperatorConfig(id)
Parameters:
id(IntPtr)
Methods
GetIntValue
result = obj.GetIntValue(optionName)
Parameters:
optionName(str)
Returns: int
SetConfigOption
obj.SetConfigOption(optionName, value)
Parameters:
optionName(str)value(int)
GetDoubleValue
result = obj.GetDoubleValue(optionName)
Parameters:
optionName(str)
Returns: float
SetConfigOption
obj.SetConfigOption(optionName, value)
Parameters:
optionName(str)value(float)
GetBoolValue
result = obj.GetBoolValue(optionName)
Parameters:
optionName(str)
Returns: bool
SetConfigOption
obj.SetConfigOption(optionName, value)
Parameters:
optionName(str)value(bool)
GetInternalData
result = obj.GetInternalData()
Returns: IntPtr
Properties
NumConfigOptions
Type: int
# Get the property (read-only)
value = obj.NumConfigOptions
ConfigOptions
Type: list
# Get the property (read-only)
value = obj.ConfigOptions