Pwr.SetThreshTMax()


Type: INSTANCE FUNCTION

Purpose: Set the threshold condition for the elapsed time starting from Pwr.Run.

This condition must be met before any Pwr.StopAt tests are performed. Once any threshold test is met, the StopAt criteria are evaluated for the rest of the scan.

Usage:

Pwr.SetThreshTMax(TMax)       TMax REAL Threshold value entered in seconds. The elapsed time must be greater than this value for the threshold criteria to be met.

Related Topics Link IconRelated Topics