cyclic_support_get_attribute class
Last update: 18.06.2026Namespace: Ans.DataProcessing.operators.utility
Summary
A CyclicSupport in pin 0 and a property name (string) in pin 1 are expected in input.
available inputs: cyclic_support (CyclicSupport), property_name (string)
available outputs: property (string ,Int32)
Example
op = cyclic_support_get_attribute()
op = cyclic_support_get_attribute(cyclic_support=my_cyclic_support,property_name=my_property_name)
Class Information
| Property | Value |
|---|---|
| Namespace | Ans.DataProcessing.operators.utility |
| Assembly | Ans_Dpf_Native_dll_cs |
| Base Class | Ans.DataProcessing.internal_objects.BaseOperator |
Inputs
cyclic_support
Type: LinkableInput
property_name
Accepted inputs are: 'element_duplicate_offset' and 'node_duplicate_offset' (returns int).
Type: LinkableInput
Outputs
property
Property value.
Type: LinkableOutput
Constructors
Constructor
cyclic_support_get_attribute()
Constructor
cyclic_support_get_attribute(cyclic_support, property_name, config)
Parameters:
cyclic_support(object)property_name(object)config(OperatorConfig)
Constructor
cyclic_support_get_attribute(config)
Parameters:
config(OperatorConfig)
Methods
Properties
inputs
Type: InputSpec
# Get or set the property
value = obj.inputs
obj.inputs = new_value
outputs
Type: OutputSpec
# Get or set the property
value = obj.outputs
obj.outputs = new_value
defaultConfig
Type: Config
# Get the property (read-only)
value = obj.defaultConfig