Skip to Content
FASTSUITE E2API ReferencePython APIAPI DomainsCore InfrastructureSet Integer Array Attribute

Set Integer Array Attribute

Quick Facts

PropertyValue
ClassOlpCorePythonSetIntegerArrayAttribute
Modulecenpyolpcore.OlpCorePythonSetIntegerArrayAttribute
Packagecenpyolpcore
ReleaseR2025.2.4
Methods6
Inherits fromOlpCorePythonIntegerArrayAttribute

Inheritance

Method Index

MethodReturnsSummary
SetOlpPropertySets the AttributeProperties of this attribute
SetReadOnlySets whether or not this attribute is globally read-only
SetNameSets the name of the attribute
SetGroupNameSets the group name
SetValuesSets the current values
SetValueUnitTypeSets the type of unit the value is given in.

Mutation Methods

SetOlpProperty

def SetOlpProperty(olpProperty: int)

Sets the AttributeProperties of this attribute

Parameters:

NameTypeDescription
olpPropertyintAttributeProperties to be set

SetReadOnly

def SetReadOnly(isReadOnly: bool)

Sets whether or not this attribute is globally read-only

Parameters:

NameTypeDescription
isReadOnlyboolTrue if the must be attribute is read-only, False otherwise

SetName

def SetName(name: str)

Sets the name of the attribute

Parameters:

NameTypeDescription
namestrthe name of the attribute

SetGroupName

def SetGroupName(name: str)

Sets the group name

Parameters:

NameTypeDescription
namestrthe name of the attribute group

SetValues

def SetValues(values: list)

Sets the current values

Parameters:

NameTypeDescription
valueslist

SetValueUnitType

def SetValueUnitType(valueUnitType: int)

Sets the type of unit the value is given in. See AttributeValueUnitType for details and default units

Parameters:

NameTypeDescription
valueUnitTypeintnew value unit type to be used

Version Notes

This class is documented as of release R2025.2.4.

Was this page helpful?