10.06.2016 Views

eldo_user

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Examples of Wildcard Usage in Subcircuit Instances<br />

• The below specifies that the node X1.1 will be probed:<br />

.PROBE TRAN V(X1.1)<br />

• To plot all nodes in subcircuit X1:<br />

.PLOT TRAN V(X1.*)<br />

• To store all currents in devices internal to the Xbias instance:<br />

.PROBE TRAN I(Xbias.*)<br />

Specifying Simulation Output<br />

Using Wildcards for Plotting and Probing<br />

• To plot all the nodes of subcircuit X1 but not probe internal nodes of the subcircuit<br />

hierarchy:<br />

.PLOT TRAN V(X1.*)<br />

• Use the -R parameter to probe all internal and external nodes of subcircuits beginning<br />

with the name X1:<br />

.PROBE TRAN -R V(X1.*)<br />

This can also be performed using the VX keyword.<br />

• To probe all nodes of subcircuit X1 and enter inside the n level of hierarchy under X1<br />

for plotting nodes:<br />

.PROBE TRAN -Rn V(X1.*)<br />

If n is 0 this specifies the top level.<br />

• To plot all nodes of subcircuit X1 and enter inside the n level of hierarchy under X1 for<br />

plotting nodes.<br />

.PLOT TRAN -R LEVEL=n V(X1.*)<br />

If n is 0 this specifies the top level. Equivalent to -Rn.<br />

Note<br />

.PLOT TRAN V(X1.*) is equivalent to: .PLOT TRAN -R0 V(X1.*)<br />

• VX, IX and ISUB can be used to probe voltages and currents on all subcircuit input<br />

nodes within the hierarchy. For example, to probe the current across all input nodes of<br />

subcircuits beginning with the name X1:<br />

.PROBE TRAN IX(X1.*)<br />

• Waveform definitions (defwaves) and digital quantities can also be probed for subcircuit<br />

instances using wildcards:<br />

Eldo® User's Manual, 15.3 311

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!