SetWavePreThresholdTime
Sets pre-threshold time in seconds of the NexVar
object representing waveform variable.
Syntax
var.SetPreThresholdTime(preThrTimeInSeconds)
Parameters
Parameter |
Type |
Description |
---|---|---|
preThrTimeInSeconds |
number |
pre-threshold time in seconds |
Return
None.
Examples
Python
import nex
doc = nex.GetActiveDocument()
doc['sig001a_wf'].SetPreThresholdTime(0.0002)