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


Glossary Item Box

Gets or sets the ID of subblock2 this interfering signal is referencing.

Syntax

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

Property Value

The default value is 0.

Remarks

Available IDs can be determined from the SubblockId of each Carrier. Two subblocks need to be specified This subblock reference is only used when ReferenceSubblock2Enabled is true.

Requirements

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

See Also