Keysight Pathwave 89600 VSA .NET API
IsSynchronizedWithMeasurement Property
See Also 
Agilent.SA.Vsa.CustomOfdm.Interfaces Assembly > Agilent.SA.Vsa.CustomOfdm Namespace > FrameCreationUtility Class : IsSynchronizedWithMeasurement Property


Glossary Item Box

Gets a value indicating whether the FrameDefinition is synchronized with the measurement state.

Syntax

Visual Basic (Declaration) 
Public MustOverride ReadOnly Property IsSynchronizedWithMeasurement As Boolean
C# 
public abstract bool IsSynchronizedWithMeasurement {get;}
C++/CLI 
public:
abstract property bool IsSynchronizedWithMeasurement {
   bool get();
}

Remarks

When Apply is called, then this property will be true, but when the MeasurementExtension is changed, this property becomes false.

Requirements

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

See Also