create_node# ansys.optislang.core.server_commands.create_node(type_: str, name: str, parent_uid: str | None = None, design_flow: str | None = None, password: str | None = None) → str# Generate JSON string of create_node command. Parameters: type_: strType. name: strName. parent_uid: str, optParent uid entry. design_flow: str, optDesign flow, optional values are [“RECEIVE”, “SEND”, “RECEIVE_SEND”]. passwordstr, optPassword. Returns: strJSON string of create_node command.