Datatrack

class LOGS.Entities.Datatrack.Datatrack(ref=None, connection=None)[source]

Bases: ConnectedEntity

property codec: Literal['char', 'jpeg', 'points', 'generator'] | None
property count: int | None
property data: ndarray | None
fetchFull()[source]
property id: str | None
property max: List[float] | None
property min: List[float] | None
property numberType: Literal['int', 'float', 'double'] | None
property size: List[int] | None
property type: Literal['binary', 'char', 'formatted_table', 'image', 'numeric_array', 'numeric_matrix'] | None