Keysight Pathwave 89600 VSA .NET API
TriggerStyle Enumeration
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace : TriggerStyle Enumeration


Glossary Item Box

Specifies the trigger style.

Syntax

Visual Basic (Declaration) 
Public Enum TriggerStyle 
   Inherits System.Enum
C# 
public enum TriggerStyle : System.Enum 
C++/CLI 
public enum class TriggerStyle : public System.Enum 

Members

MemberDescriptionMinimum SW Version‡
AdcMagnitudeLevelSpecifies the ADC Magnitude trigger which triggers on the magnitude of the signal right after the ADC conversion.25.60
AutoSpecifies the Free run trigger. The analyzer will process time records as quickly as possible.
ExternalSpecifies the External trigger #1.
External2Specifies external trigger #2.18.50
ExternalTtlSpecifies the External TTL trigger.
FrequencyMaskSpecifies the Frequency Mask trigger.17.00
InternalSourceSpecifies Internal source trigger26.20
LevelSpecifies the Channel level trigger.
MagnitudeLevelSpecifies the IF Mag, Magnitude, or Channel Mag trigger which selects the specified IF signal as the trigger signal.
PeriodicThis is only available with PSA Option 122 or 140 measurement hardware. Specifies that triggering will occur at regularly spaced intervals.
ProtocolChannelDetectionSpecifies Protocol Channel Detection Trigger23.0
ProtocolEventSpecifies Protocol Event Trigger23.0
ProtocolFrameDataAlignedSpecifies Protocol Frame Data Aligned Trigger23.0
PxiSpecifies that a PXI backplane trigger line be used.18.50
Pxi0Enable on the PXI trigger 0 back plane line25.00
Pxi1Enable on the PXI trigger 1 back plane line25.00
Pxi2Enable on the PXI trigger 2 back plane line25.00
Pxi3Enable on the PXI trigger 3 back plane line25.00
Pxi4Enable on the PXI trigger 4 back plane line25.00
Pxi5Enable on the PXI trigger 5 back plane line25.00
Pxi6Enable on the PXI trigger 6 back plane line25.00
Pxi7Enable on the PXI trigger 7 back plane line25.00
RFBurstSpecifies the RF Burst trigger.18.50
‡ This is the minimum 89600 VSA software version level needed to use this enum member.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also