Agilent N4010A WLAN Test Suite

Instrument.TriggerHoldoff Property

Trigger holdoff time. The time a signal needs to be above the trigger level before it is considered to be a valid trigger.

[Visual C++ 6.0 / COM]
double GetTriggerHoldoff();

void PutTriggerHoldoff( double value );
[Visual Basic 6.0]
TriggerHoldoff [ = value ]
[Visual Basic]
Public Property TriggerHoldoff As Double
[C#]
public double TriggerHoldoff {get; set;}

Property Value

Unit s
Default 0.0
Resolution 0.000 001 (1µs)
Minimum 0.0
Maximum 0.065 (65ms)

Remarks

Cannot be set while a measurement is running, a calibration or self test is in progress, or the source is running.

Changing this value invalidates the Measurement Cache.

This setting affects the following measurement:

and has no effect on these measurements:

Exceptions

Exception TypeCondition
MeasurementRunningException A measurement is currently running. You can find out if a measurement is running by reading the MeasurementRunning property.
CalibrationRunningException A calibration is currently running. You can find out if a calibration is running by reading the CalibrationRunning property.
SelfTestRunningException A self test is currently running. You can find out if a self test is running by reading the SelfTestRunning property.
AutorangeRunningException An autorange is currently running. You can find out if an autorange is running by reading the AutorangeRunning property.
SourceActiveException The source is currently running or a sequence file is selected. You can find out if the source is currently running by reading the SourceActive property.
TriggerHoldoffOutOfRangeException Trigger holdoff value is out of range

See Also

Instrument Class | Agilent.N4010.WLanTest Namespace