Property.SqSignalBase.Data - VCMP-SqMod/SqMod GitHub Wiki

Description

Store any object alongside a particular SqSignalBase instance. The purpose of this is to avoid name polution and code duplication from manually managed containers that may be used to achieve such task.

Specifications

  • Aliases:
SqSignalBase.Data
  • Input:
    • object The object to store.
  • Output:
    • object The stored object. Or default value if not initialized.
  • Throws:
    • This property does not throw errors.

Remarks

This is null by default.

Examples

No example available.

See also

References

No references available.

⚠️ **GitHub.com Fallback** ⚠️