Keysight Pathwave 89600 VSA .NET API
ChannelResponsesAutoDetected Property
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Agilent.SA.Vsa.NewRadio Namespace > Pdsch Class : ChannelResponsesAutoDetected Property


Glossary Item Box

Gets or sets a value indicating whether the channel responses of each layer on all of its mapped input channels are auto detected.

Syntax

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

Property Value

The default value is true.

Remarks

When true, the channel responses are auto detected by the measurement and the values set by PxschLayerMapping.SetChannelResponses are ignored. When false, the values set by PxschLayerMapping.SetChannelResponses are used to determine what channel responses are applied for each layer. The number of layers and their corresponding DMRS ports are decided by AntennaPortsUsed.

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 29.00

See Also