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


Glossary Item Box

Gets or sets a value indicating whether the waveform length is automatically determined or not.

Syntax

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

Remarks

If true and Style is FrameDefinitionStyle.Periodic, the waveform signal length is the same as FrameDefinition.Length; If true and Style is FrameDefinitionStyle.Burst and FrameDefinition.VariableLengthEnabled is true, the waveform signal length is the same as ResultLength; If true and Style is FrameDefinitionStyle.Burst and FrameDefinition.VariableLengthEnabled is false, the waveform signal length is the same as FrameDefinition.Length; If false, the waveform signal length is manually configured with SignalLength;

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