GSTPy.NetworkInterface.update_object_property_value

NetworkInterface.update_object_property_value((NetworkInterface)self, (FeatureDesc)feature, (AttributeDescription)property, (object)value) → AttributeValue :

Update an object property value.

Parameters:
  • feature (FeatureDesc) – The feature.
  • property (ObjectPropertyDesc) – The object property.
  • value (bool or int or float or str) – The new value.
Returns:

The updated value.

Return type:

AttributeValue