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


Glossary Item Box

Gets or sets the idle length in number of symbols before the signal part in the waveform.

Syntax

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

Remarks

When PresignalIdleLengthAuto is true, this value is automatically decided based on Style. When this property is set, PresignalIdleLengthAuto is set as false automatically. PresignalIdleLengthAuto

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