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


Glossary Item Box

Gets or sets a value indicating the DMRS configuration Type.

Syntax

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

Property Value

Default value is DmrsConfigType.Type1.

Requirements

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

See Also