input_create
Create and configure an IC-CAP Input object by setting stimulus mode, sweep type, nodes, compliance, and related parameters for simulations and measurements.
Instructions
Create and configure an Input object.
Mode (modedict) options:
V: Voltage mode (+Node, -Node, Unit, Compliance)
I: Current mode (ToNode, FromNode, Unit, Compliance)
F: Frequency mode
T: Time mode
P: Parameter mode (ParamName, Unit)
U: Voltage mode (+Node, -Node, Unit, Compliance)
W: Power mode
Sweep Type (sweepdict) options:
LIN: Linear sweep (SweepOrder, Start, Stop, # of Points)
LOG: Logarithmic sweep (SweepOrder, Start, Stop, # of Points, Dec or Oct)
LIST: List sweep (SweepOrder, # of Values, Values)
CON: Constant (Value)
SYNC: Synchronous sweep (Ratio, Offset, MasterSweep)
LSYNC: List synchronous (MasterSweep)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | V | |
| stop | No | ||
| unit | No | ||
| ratio | No | ||
| start | No | ||
| value | No | ||
| offset | No | ||
| values | No | ||
| to_node | No | ||
| from_node | No | ||
| overwrite | No | Delete and replace an existing Input only when explicitly enabled | |
| plus_node | No | ||
| compliance | No | ||
| input_path | Yes | ||
| minus_node | No | ||
| num_points | No | ||
| param_name | No | ||
| sweep_type | No | LIN | |
| sweep_order | No | ||
| master_sweep | No | ||
| allow_without_checkpoint | No | Proceed only if an automatic pre-overwrite save fails; use with care |