Keysight Pathwave 89600 VSA .NET API
ShowExtraImpulseResponseWidth Property
See Also 
Agilent.SA.Vsa.ChannelSounding.Interfaces Assembly > Agilent.SA.Vsa.ChannelSounding Namespace > MeasurementExtension Class : ShowExtraImpulseResponseWidth Property


Glossary Item Box

Gets or sets a value indicating whether to show 4x the SequenceLength in the Impulse Response instead of 2x.

Syntax

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

Remarks

The valid portion of the impulse response is 2x the sequence length. Enabling this feature is useful for troubleshooting to see if the choice of SequenceLength is long enough for the delay spread of the channel.

Requirements

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

See Also