Skip to main content
Version: 2026R1

create_column

LookUpTableBase.create_column(name, type=None, values=None, dimension='dimensionless')

Create a new column.

  • Parameters:
    • name: Name of column.
    • type: A string (scalar or direction) specifying the column type (the values will be initialized to NaN).
    • values: A numpy array with values (the type is determined from its shape).