remove_criterion#

ansys.optislang.core.tcp.server_commands.remove_criterion(actor_uid: str, name: str, password: str | None = None) str#

Generate JSON string of remove_criterion command.

Parameters:
actor_uid: str

Actor uid entry.

name: str

Criterion name.

passwordOptional[str], optional

Password. Defaults to None.

Returns:
str

JSON string of remove_criterion command.