actor_states#

ansys.optislang.core.tcp.server_queries.actor_states(uid: str, include_state_info: bool = False, password: str | None = None) str#

Generate JSON string of actor_states query.

Parameters:
uid: str

Uid entry.

include_state_info: bool

Include additional info for each state. Otherwise, only state IDs are returned.

passwordOptional[str], optional

Password. Defaults to None.

Returns:
str

JSON string of actor_states query.