kappa_sdk.user_tasks.simulation.ServicesSimulated#

class kappa_sdk.user_tasks.simulation.ServicesSimulated(connection, context, parameters, name, outputs=None, redefinition=None)[source]#

Attributes

ServicesSimulated.context

Gets the context of the Service.

ServicesSimulated.data_command_service

Gets the well of the Service.

ServicesSimulated.data_enumerator

Gets the data_enumerator of the Service.

ServicesSimulated.data_query_service

class:'Service'.

ServicesSimulated.event_publisher

Gets the event_publisher of the Service.

ServicesSimulated.field

Gets the field of the Service.

ServicesSimulated.log

Gets the log of the Service.

ServicesSimulated.parameters

Gets the parameters of this Service.

ServicesSimulated.redefinition

Gets the redefine setting of the user task.

ServicesSimulated.rest_api

Gets the rest_api of the Service.

ServicesSimulated.scheduler

Gets the scheduler of the Service.

ServicesSimulated.unit_converter

Gets the unit converter of the Service.

ServicesSimulated.user_task

class:'Service'.

ServicesSimulated.well

Gets the well of the Service.

Methods

Parameters:
__init__(connection, context, parameters, name, outputs=None, redefinition=None)[source]#
Parameters:
property rest_api: RestAPI#

Gets the rest_api of the Service.

property unit_converter: UnitConverter#

Gets the unit converter of the Service.

property context: Context#

Gets the context of the Service.

property redefinition: Redefinition | None#

Gets the redefine setting of the user task.

property field: Field#

Gets the field of the Service.

property well: Well#

Gets the well of the Service.

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 scheduler: Scheduler#

Gets the scheduler 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

property user_task: UserTask#

class:’Service’.

Type:

Gets the user task of this