input_slot_value#
- ansys.optislang.core.tcp.server_queries.input_slot_value(uid: str, hid: str, slot_name: str, legacy_design_format: bool = False, password: str | None = None) str#
 Generate JSON string of input_slot_value query.
- Parameters:
 - uid: str
 Uid entry.
- hid: str
 Hid entry.
- slot_name: str
 Slot name entry.
- legacy_design_format: bool, optional
 Whether to use legacy format for designs and design container type slots. Defaults to false.
Note
Argument has effect for Ansys optiSLang version >= 25.2 only.
- password
Optional[str],optional Password, by default
None.
- Returns:
 strJSON string of input_slot_value query.