The Short Circuit Load subcircuit models the application of a short circuit at a user-defined time point. Using the recover argument, you can remove the short circuit and test the recovery of the circuit. This load is used in the built-in testplans for the ShortCkt() Test Objective.
Other similar loads include:
In this topic:
Model Name | Short Circuit Load | ||||
Simulator | This device is compatible with both the SIMetrix and SIMPLIS simulators. | ||||
Parts Selector Menu Location |
|
||||
Symbol Library | None - the symbol is automatically generated when placed or edited. | ||||
Model File | SIMPLIS_DVM_ADVANCED.lb | ||||
Subcircuit Name |
|
||||
Symbols |
|
||||
Schematic - 2 Terminal | |||||
Schematic - 3 Terminal | |||||
Schematic - 4 Terminal |
The following table explains the parameters used in the short circuit load subcircuit..
Parameter Name | Default | Data Type | Range | Units | Parameter Description |
LOAD_NAME | LOAD | String | n/a | n/a | Name of the DVM load. This name cannot contain spaces. |
LOAD_RESISTANCE | 2.00667 | Real | min: 0 | Ω | The resistance value which models the starting current of the load. |
PULSE_WIDTH | 200u | Real | min: 0 | s | The pulse width of the short circuit in seconds. |
SHORTCKT_LOAD_RESISTANCE | 10m | Real | min: >0 | Ω | The resistance of the short circuit condition. |
TIME_DELAY | 10u | Real | min: 0 | s | The time delay before the short circuit initiates. |
During a ShortCkt() test, DVM sets the output under test to use the short circuit load subcircuit. Then DVM automatically sets the TIME_DELAY and PULSE_WIDTH parameters for the Ramp Load. You can change the timing with the Ramp() function call by providing the timing parameters as an optional parameter string. The optional parameter string is the third or fourth argument to the ShortCkt() load function call.