get_doe_size#

TcpOslServer.get_doe_size(uid: str, sampling_type: str, num_discrete_levels: int) int#

Get the DOE size for given sampling type and number of levels for a specific actor.

Parameters:
uidstr

Actor uid.

sampling_type: str

Sampling type.

num_discrete_levels: int

Number of discrete levels.

Returns
——-
int

DOE size.

Raises
——
OslCommunicationError

Raised when an error occurs while communicating with server.

OslCommandError

Raised when the command or query fails.

TimeoutError

Raised when the timeout float value expires.