create_input_slot#

ansys.optislang.core.server_commands.create_input_slot(actor_uid: str, slot_name: str, type_hint: str | None = None, password: str | None = None) str#

Generate JSON string of create_input_slot command.

Parameters:
actor_uid: str

Actor uid entry.

slot_name: str

Name of slot.

type_hint: str, opt

Type of hint.

passwordstr, opt

Password.

Returns:
str

JSON string of create_input_slot command.