IXDLSAttributeWriter module

class IXDLSAttributeWriter.IXDLSAttributeWriter

Bases: ABC

Abstract base class for writing attribute values.

WriteValue

Abstract method for writing a float value.

Parameters:
  • name (str) – The name of the attribute.

  • value (float) – The float value to write.