GSTPy.NetworkInterface.rename_feature

NetworkInterface.rename_feature((NetworkInterface)self, (FeatureDesc)feature, (str)new_name) → FeatureDesc :

Renames a feature.

Parameters
  • feature (FeatureDesc) – The feature.

  • new_name (str) – The new name.

Returns

The updated description.

Return type

FeatureDesc