GSTPy.NewSimplexProperty

class GSTPy.NewSimplexProperty

Bases: GSTPy.NewProperty

Parameter to create a new simplex property.

__init__((object)arg1, (str)name, (PropertyTypes)type, (PropertyAlignments)alignment)object :

Constructor.

Parameters
  • name (str) – The name of the property.

  • type (PropertyTypes) – The type of the property.

  • alignment (PropertyAlignments) – The alignment of the property.

property alignment

The alignment of the property.

Type

PropertyAlignments

property name

The name of the property.

Type

str

property type

The type of the property.

Type

PropertyTypes