Keysight Pathwave 89600 VSA .NET API
IsTriggerPresent Property
See Also 
Agilent.SA.Vsa.NBIot.Interfaces Assembly > Agilent.SA.Vsa.NBIot Namespace > MeasurementExtension Class : IsTriggerPresent Property


Glossary Item Box

Gets or sets a value indicating whether a trigger has been provided to locate the beginning of the frame or burst.

Syntax

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

Remarks

For downlink, the trigger should indicate the beginning of the two-frame boundary (i.e. the frame containing NSSS). For uplink, the trigger should indicate the beginning of the burst.

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 24.20

See Also