set_placeholder_value# ansys.optislang.core.server_commands.set_placeholder_value(name: str, value: str, password: str | None = None) → str# Generate JSON string of set placeholder value command. Parameters: name: strProperty name. value: strValue. passwordstr, optPassword. Returns: strJSON string of set placeholder value command.