Keysight Pathwave 89600 VSA .NET API
SubblockId Property
See Also 
Keysight.SA.Vsa.AdjacentChannelPower.Interfaces Assembly > Keysight.SA.Vsa.AdjacentChannelPower Namespace > Carrier Class : SubblockId Property


Glossary Item Box

Gets or sets the ID of the Subblock which this carrier belongs to.

Syntax

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

Property Value

The default ID is 0.

Remarks

Subblocks are defined based on this property. Assignment of the SubblockId groups all Carriers with matching SubblockIds into the same subblock.

Requirements

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

See Also