kappa_sdk.user_tasks.simulation.ServicesSimulated#
- class kappa_sdk.user_tasks.simulation.ServicesSimulated(connection, context, parameters, name, outputs=None, redefinition=None)[source]#
Attributes
Gets the context of the
Service.Gets the well of the
Service.Gets the data_enumerator of the
Service.class:'Service'.
Gets the event_publisher of the
Service.Gets the field of the
Service.Gets the log of the
Service.Gets the parameters of this
Service.Gets the redefine setting of the user task.
Gets the rest_api of the
Service.Gets the scheduler of the
Service.Gets the unit converter of the
Service.class:'Service'.
Gets the well of the
Service.Methods
- Parameters:
connection (Connection)
context (Context)
parameters (Parameters)
name (str)
outputs (Dict[str, Dict[str, str]] | None)
redefinition (Redefinition | None)
- __init__(connection, context, parameters, name, outputs=None, redefinition=None)[source]#
- Parameters:
connection (Connection)
context (Context)
parameters (Parameters)
name (str)
outputs (Dict[str, Dict[str, str]] | None)
redefinition (Redefinition | None)
- property unit_converter: UnitConverter#
Gets the unit converter of the
Service.
- property redefinition: Redefinition | None#
Gets the redefine setting of the user task.
- property event_publisher: EventPublisherSimulated#
Gets the event_publisher of the
Service.
- property data_enumerator: DataEnumerator#
Gets the data_enumerator of the
Service.
- property data_command_service: DataCommandService#
Gets the well of the
Service.
- property log: LogSimulated#
Gets the log of the
Service.
- property parameters: Parameters#
Gets the parameters of this
Service.
- property data_query_service: DataQueryService#
class:’Service’.
- Type:
Gets the data query service of this