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


Glossary Item Box

Gets or sets a value indicating whether all Data type allocations within the SetResourceMap are assumed to be active on all MIMO antenna associated data streams.

Syntax

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

Property Value

The default value is true.

Remarks

If AllDataStreamsActive is set to true, then for MIMO demodulation, each Data type allocation within the SetResourceMap is assumed to be active on all MIMO antenna associated data streams. If AllDataStreamsActive is set to false, then for MIMO demodulation, the mapping of each Data type allocation within the SetResourceMap to MIMO antenna associated data streams is determined using the combination of 1-bit Multiple Antenna value and/or the 3-bit Antenna Index value defined within the SetResourceMap. For this case, a given Data type allocation within the SetResourceMap is assumed to be active on all MIMO antenna associated data streams only if the 1-bit Multiple Antenna value is set to true. Otherwise, the given Data type allocation is assumed to be active only on the MIMO antenna data stream associated with the 3-bit Antenna Index value. Note that AllDataStreamsActive value is set to false during execution of the FrameDefinition Apply process, since it includes writing the specified Allocation.SetActivePortIndexes values into the generated SetResourceMap.

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 28.40

See Also