PreThresholdTime

Returns pre-threshold time in seconds of the NexVar object representing waveform variable.

Syntax

var.PreThresholdTime()

Parameters

None.

Return

Returns pre-threshold time in seconds of the NexVar object representing waveform variable.

Note

Python only

Examples

Python

import nex
doc = nex.GetActiveDocument()
var = doc["sig001a_wf"]
print(var.PreThresholdTime())