Share via


SimulatorAPI Class

This API allows simulators to provide states and receive commands from the platform.

Constructor

SimulatorAPI(base_url: typing.Union[str, NoneType] = None, **kwargs: typing.Any) -> None

Parameters

Name Description
base_url
str

Service URL

polling_interval
int

Default waiting time between two polls for LRO operations if no Retry-After header is present.

Variables

Name Description
session

SessionOperations operations

Methods

close

close

close() -> None