GSTPy.NewProperty¶
-
class
GSTPy.
NewProperty
¶ Parameter to create a new property.
-
__init__
((object)arg1, (str)name, (PropertyTypes)type) → object :¶ Constructor.
Parameters: - name (str) – The name of the property.
- type (PropertyTypes) – The type of the property.
-
name
¶ The name of the property.
Type: str
-
type
¶ The type of the property.
Type: PropertyTypes
-