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: strUid entry. include_state_info: boolInclude additional info for each state. Otherwise, only state IDs are returned. passwordOptional[str], optionalPassword. Defaults to None. Returns: strJSON string of actor_states query.