set_criterion_property#

ansys.optislang.core.tcp.server_commands.set_criterion_property(actor_uid: str, criterion_name: str, name: str, value: Any, password: str | None = None) str#

Generate JSON string of set_criterion_property command.

Parameters:
actor_uid: str

Actor uid entry.

criterion_name: str

Name of the criterion.

name: str

Name of the property.

value: Any

Value of the property.

passwordOptional[str], optional

Password. Defaults to None.

Returns:
str

JSON string of set_criterion_property command.