output_create
Create and configure a measurement or simulation output for IC-CAP, specifying mode, nodes, ports, and type. Supports V, I, C, S-parameters and more.
Instructions
Create and configure an Output object.
Mode (modedict) options:
V: Voltage measurement (+Node, -Node, Unit)
I: Current measurement (ToNode, FromNode, Unit)
C: Capacitance measurement (HighNode, LowNode, Unit)
G: Conductance measurement
S: S-parameters (Port1, Port2, ACGround, Unit)
H: H-parameters
Z: Z-parameters
Y: Y-parameters
M: Multi-port S-parameters (PortType, NumPorts, ACGround, Unit)
Type: M=measured, S=simulated, B=both
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | I | |
| unit | No | ||
| port1 | No | ||
| port2 | No | ||
| to_node | No | ||
| low_node | No | ||
| ac_ground | No | ||
| from_node | No | ||
| high_node | No | ||
| num_ports | No | ||
| overwrite | No | Delete and replace an existing Output only when explicitly enabled | |
| plus_node | No | ||
| port_type | No | ||
| minus_node | No | ||
| output_path | Yes | ||
| output_type | No | B | |
| allow_without_checkpoint | No | Proceed only if an automatic pre-overwrite save fails; use with care |