GSTPy.NetworkInterface.list_moma_property_values

NetworkInterface.list_moma_property_values((NetworkInterface)self, (MoMaPropertyDesc)moma_property) → list :

List all MoMa property values belonging to a property.

Returns a list of values that are assigned to a MoMa property.

Parameters:moma_property (MoMaPropertyDesc) – The property.
Returns:The list of property values.
Return type:list[MoMaPropertyValue]