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_: str

Type.

name: str

Name.

parent_uid: str, opt

Parent uid entry.

design_flow: str, opt

Design flow, optional values are [“RECEIVE”, “SEND”, “RECEIVE_SEND”].

passwordstr, opt

Password.

Returns:
str

JSON string of create_node command.