Keysight 89600 VSA .NET API
SignalLength Property
See Also 
Keysight.SA.Vsa.FlexFrame.Interfaces Assembly > Keysight.SA.Vsa.FlexFrame Namespace > WaveformGeneration Class : SignalLength Property


Glossary Item Box

Gets or sets the length in number of symbols of the active data part in the waveform.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property SignalLength As Integer
C# 
public abstract int SignalLength {get; set;}
C++/CLI 
public:
abstract property int SignalLength {
   int get();
   void set (    int value);
}

Remarks

When SignalLengthAuto is true, this value is automatically determined by Style, FrameDefinition.Length and FrameDefinition.VariableLengthEnabled. When SignalLengthAuto is true, the signal length is decided as below: if Style is periodic, signal length is the same as the FrameDefinition.Length; if Style is burst and FrameDefinition.VariableLengthEnabled is true, signal length is the same as ResultLength; if Style is burst and FrameDefinition.VariableLengthEnabled is false, signal length is the same as FrameDefinition.Length. When this property is set, SignalLengthAuto is set as false automatically. The active data part is generated based on all the allocations defined in FrameDefinition.Allocations.

Requirements

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

Minimum Software Version Requirement: Keysight 89600 VSA Ver 30.00

See Also