| Visual Basic (Declaration) | |
|---|---|
Public MustOverride Property PostsignalIdleLengthAuto As Boolean | |
| C# | |
|---|---|
public abstract bool PostsignalIdleLengthAuto {get; set;} | |
If true and Style is FrameDefinitionStyle.Periodic, the PostsignalIdleLength is 0; If true and Style is FrameDefinitionStyle.Burst, the PostsignalIdleLength is decided by SignalLength and ComponentCarrier.SearchLength as below: by default, 1000 symbols are added before and after the signal, but to avoid too many idle samples and also to ensure that ComponentCarrier.SearchLength includes at least more than 2 complete bursts(SignalLength + PresignalIdleLength + PostsignalIdleLength), maxIdlePoints = (SearchLength / 2.2 - SignalLength) * symbolRate / 2 ; if maxIdlePoints is bigger than 0 and less than 1000, then PresignalIdleLength = maxIdlePoints; If false, PostsignalIdleLength is manually configured;
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