ParameterTable

class LOGS.Parameters.ParameterTable.ParameterTable(ref=None)[source]

Bases: ParameterBase

property columnDecimals: List[int | None]
property columnNames: List[str]
property columnNumber: int
property columnTypes: List[Literal['int', 'float', 'str', 'bool']]
property table: List[List[str | int | float | None]]