set_placeholder_value# ansys.optislang.core.tcp.server_commands.set_placeholder_value(placeholder_id: str, value: Any, password: str | None = None) → str# Generate JSON string of set placeholder value command. Parameters: placeholder_id: strID of the placeholder to set value for. value: AnyValue to set for the placeholder. passwordOptional[str], optionalPassword, by default None. Returns: strJSON string of set placeholder value command.