Module aivis_engine_v2_sd_sdk_python.data

Classes

class StateDetectionData (handle, key)

Class for creating and handling state detection data. This is your entry point for all data operations.

Private constructor. To create new instances use any of:

Ancestors

Static methods

def create(cls) ‑> StateDetectionData
def parse_expression(cls, expression: str) ‑> DtoExpressionInfo

@FlavourRequirement([Flavour.FULL, Flavour.INFERENCE])

Parse given expression and return a list of involved signals IDs. DtoExpressionInfo contains a list of IDs of all signals necessary to create a signal with this expression.

Parameters

expression : str
Expression defining string data

Returns

DtoExpressionInfo
Information about involved signals

Inherited members