klouie741984
Newbie level 4

The manual for hspice specifies the format of the .probe statement to be:
.PROBE antype ov1 … <ov32>
The antype is specifying the type of analysis like DC or TRAN. I have seen HSPICE scripts with
.probe tran v(*)
and statements like
.probe v(*)
where the antype is not specified. Do we need to specify the antype? What is the difference if we include it or not? This question may also apply to the other commands like .print which follows the same format in the manual.
.PROBE antype ov1 … <ov32>
The antype is specifying the type of analysis like DC or TRAN. I have seen HSPICE scripts with
.probe tran v(*)
and statements like
.probe v(*)
where the antype is not specified. Do we need to specify the antype? What is the difference if we include it or not? This question may also apply to the other commands like .print which follows the same format in the manual.