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


Glossary Item Box

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

Syntax

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

Remarks

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

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