The Pulse Source - Single Pulse w/ Exponential Decay subcircuit models a single exponential decaying pulse voltage source. In DVM, this source is not used in any test objectives, but you can set a source to use this subcircuit with an Exp() call in the Source column of your testplan.
Other similar sources include:
In this topic:
DVM Information | Power Supply (Non-DVM) Information | |
Model Name | Exponential Decay Pulse Voltage Source | |
Simulator | This device is compatible with both the SIMetrix and SIMPLIS simulators. | |
Parts
Selector Menu Location |
||
Symbol Library | SIMPLIS_DVM_ADVANCED.sxslb | power_supply_source_and_loads.sxslb |
Model File | SIMPLIS_DVM_ADVANCED.lb | power_supply_source_and_loads.lb |
Subcircuit Name | SIMPLIS_DVM_ADVANCED_SOURCE_EXP | POWER_SUPPLY_SOURCE_EXP |
Symbols | ||
Schematic |
Note: Power Supply probes will not have the "DVM" prefix.
|
The following table explains the relevant parameters for the Single Voltage Pulse w/ Exponential Decay Source.
Parameter Name | Default | Data Type | Range | Units | Parameter Description |
FALL_TIME | 50u | Real | min: 0 | s | The time constant of the falling edge of the pulse in seconds |
FINAL_VOLTAGE | 750m | Real | min: 0 | V | The pulse voltage for the source. This can be a numeric value or a symbolic value, such as a percentage of nominal input voltage. |
IDLE_IN_POP | 0 | Real | 0 or 1 | If set to 0, the source voltage during the POP analysis is set to the START_VOLTAGE; otherwise the source will be active during the POP analysis. | |
SOURCE_NAME | SRC | String | n/a | n/a | Name of the DVM source. This name cannot contain spaces. |
SOURCE_RESISTANCE | 0.4 | Real | min:0 | Ω | Sets the source resistance of the source |
PULSE_WIDTH | 200u | Real | min: 0 | s | The pulse width in seconds.
DVM considers the pulse width to be the duration of the pulse at the PULSE_VOLTAGE. |
RISE_TIME | 100u | Real | min: 0 | s | The time constant of the rising edge of the pulse in seconds |
START_VOLTAGE | 0 | Real | min: 0 | V | The starting voltage for the source. This can be a numeric value or a symbolic value, such as a percentage of nominal input voltage. |
TIME_DELAY | 10u | Real | min: 0 | s | The time delay before the pulse initiates |
To set any managed DVM source to a Single Voltage Pulse w/ Exponential Decay subcircuit, place an Exp() testplan entry in the Source column.
The Exp() testplan entry has the following syntax with the arguments explained in the table below.
Exp(REF, START_VOLTAGE, FINAL_VOLTAGE, TIME_DELAY, RISING_TAU, PULSE_WIDTH, FALLING_TAU) Exp(REF, START_VOLTAGE, FINAL_VOLTAGE, TIME_DELAY, RISING_TAU, PULSE_WIDTH, FALLING_TAU, OPTIONAL_PARAMETER_STRING)
where:
Argument | Range | Description |
REF | n/a | The actual reference designator of the DVM source or the more generic syntax of INPUT:n where n is an integer indicating a position in the list of DVM sources. |
START_VOLTAGE | min: 0 | The starting voltage for the source. This can be a numeric value or a symbolic value, such as a percentage of nominal input voltage. |
FINAL_VOLTAGE | min: 0 | The pulse voltage for the source. This can be a numeric value or a symbolic value, such as a percentage of nominal input voltage. |
TIME_DELAY | min: 0 | The delay before the rising edge of the Exponential Pulse. The model TIME_DELAY parameter is set to this time value. |
RISING_TAU | min: 0 | The time constant for the rising edge of the Exponential Pulse. The model RISE_TIME parameter is set to this time value. |
PULSE_WIDTH | min: 0 | The pulse width of the Exponential Pulse, including the exponential rising edge |
FALLING_TAU | min: 0 | The time constant for the falling edge of the Exponential Pulse. The model FALL_TIME parameter is set to this time value. |
OPTIONAL_PARAMETER_STRING | n/a | Parameter string with any of the other parameters from the parameter table above* |
parameter_name1=parameter_value1 parameter_name2=parameter_value2The order of the parameter key-value pairs does not matter.
The following example sets the first DVM managed source to a Single Voltage Pulse w/ Exponential Decay source with a starting voltage of 1V and a pulse voltage of 5V. This example shows a pulse with symmetric rising and falling edge time constants.
*?@ Source |
---|
Exp(INPUT:1, 1, 5, 25u, 3u, 150u, 3u) |
The results of this testplan entry are shown below:
The following example sets the first DVM managed source to a Single Voltage Pulse w/ Exponential Decay source with a starting voltage of 1V and a pulse voltage of 5V. This example shows a pulse with asymmetric rising and falling edge time constants. The rising edge time constant is 3us, and the falling edge time constant is 1us.
*?@ Source |
---|
Exp(INPUT:1, 1, 5, 25u, 3u, 150u, 1u) |
The results of this testplan entry are shown below:
To change a Power Supply source to a DVM source, right click the symbol to bring up the context menu, and select the menu option: Upgrade to DVM Source/Load
To change a DVM source to a Power Supply source, right click the symbol to bring up the context menu, and select the menu option: Downgrade to SIMetrix/SIMPLIS Source/Load