Keysight Pathwave 89600 VSA .NET API
FrameTriggerEnabled Property
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Keysight.SA.Vsa.ContextExtensions.NewRadio Namespace > CalculationControl Class : FrameTriggerEnabled Property


Glossary Item Box

Gets or sets a value indicating whether the data is captured with frame trigger enabled for the DirectCalculation.

Syntax

Visual Basic (Declaration) 
Public Property FrameTriggerEnabled As Boolean
C# 
public bool FrameTriggerEnabled {get; set;}
C++/CLI 
public:
property bool FrameTriggerEnabled {
   bool get();
   void set (    bool value);
}

Remarks

When InputDataDomain is InputDataDomain.Time, and the data is captured with frame trigger enabled, the DirectCalculation will search the frame boundary within the range of +-50us. if the data is not captured with frame trigger enabled, the search ranges depends on the periodicity of the synchronization signal, which normally is 10 milliseconds.

Requirements

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

See Also