collapse_allSyntax

Top  Previous  Next

 

Boonton55xxx IVI Driver Reference


 

IBoonton55xxxTrigger.Mode Property


IBoonton55xxxTrigger See Also



Set or return the trigger mode for synchronizing data acquisition with pulsed signals.

Namespace: Boonton.Boonton55xxx.Interop

Assembly: Boonton.Boonton55xxx.Interop (in Boonton.Boonton55xxx.Interop.dll)

Visual Basic

Public Property Mode As Boonton55xxxTriggerModeEnum

C#

public Boonton55xxxTriggerModeEnum  Mode { getset; }

Visual C++

HRESULT get_Mode(
 Boonton55xxxTriggerModeEnum*  val
);
HRESULT put_Mode(
 Boonton55xxxTriggerModeEnum  val
);

Property Value

Set or return the trigger mode for synchronizing data acquisition with pulsed signals.

collapse_allRemarks

NORM mode will cause a sweep to be triggered each time the power level crosses the preset trigger level in the direction specified by the trigger slope. If there are no edges that cross this level, no data acquisition will occur.

 

AUTO mode operates in much the same way as NORM mode, but will automatically generate a trace if no trigger edges are detected for a period of time (100 to 500 milliseconds, depending on timebase). This will keep the trace updating even if the pulse edges stop.

 

The AUTOPKPK mode operates the same as AUTO mode, but will adjust the trigger level to halfway between the highest and lowest power or voltage levels detected. This aids in maintaining synchronization with a pulse signal of varying level. Note that a setting of PKTOPK will be overridden and forced back to AUTO if a trigger level is set.

 

The FREERUN mode force traces at a high rate to assist in locating the signal.

collapse_allInstrument Command

TRIGger:MODE {NORMAL|AUTO|AUTOPKPK|FREERUN}

TRIGger:MODE?

collapse_allRequirements

Supported Models

All supported

collapse_allSee Also

Reference

IBoonton55xxxTrigger Interface

Boonton.Boonton55xxx.Interop Namespace

Footer image

Copyright 2013-16 Boonton. All rights reserved.