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


Glossary Item Box

Gets or sets the index of the last carrier before the non-contiguous allocation break.

Syntax

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

Remarks

This property is only used when AllocationMode is AllocationMode.Noncontiguous. The default value is 0.

Requirements

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

See Also