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


Glossary Item Box

Gets or sets a value indicating whether all TDM channels are combined for composite results (forward only).

Syntax

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

Remarks

Determines if composite results are generated using just portion of the slot specified by Analysis Channel, or if all time segments of the slot are utilized. Default is false, and measurements may take longer if this option is enabled. This only applies to forward link analysis.

Requirements

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

See Also