Keysight Pathwave 89600 VSA .NET API
IsMirroringEnabled Property
See Also 
Agilent.SA.Vsa.Lte.Interfaces Assembly > Agilent.SA.Vsa.Lte Namespace > AllocationBase Class : IsMirroringEnabled Property


Glossary Item Box

Gets or sets a value indicating whether mirroring is used

Syntax

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

Property Value

The default value is false.

Remarks

This parameter is valid for PUSCH allocations only.

Requirements

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

See Also