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


Glossary Item Box

Gets or sets which Transmission Modes are to be included in the detection of DCI Formats.

Syntax

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

Remarks

This property is useful in detecting the correct DCI Format. Multiple transmission modes can be included through a bitwise OR operation.
  • TM5 and TM6 cannot be included simultaneously, as simultaneous detection of DCI Formats 1B and 1D is not possible
  • TM3 and TM8 cannot be included simultaneously, as simultaneous detection of DCI Formats 2A and 2B is not possible
  • TM3 and TM9 cannot be included simultaneously, as simultaneous detection of DCI Formats 2A and 2C is not possible

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 19.00

See Also