GSTPy.NetworkInterface.create_moma_property

NetworkInterface.create_moma_property((NetworkInterface)self, (str)name, (PropertyTypes)type[, (Owner)owner=None]) → MoMaPropertyDesc :

Create a new MoMa property.

Parameters:
  • name (str) – The name of the property.
  • type (PropertyTypes) – The type of the property.
  • owner (Owner) –

    The owner of the property.

    Defaults to current user.

Returns:

The description of the created property.

Return type:

MoMaPropertyDesc