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


Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public MustOverride Property ReferenceSubblock1 As Integer
C# 
public abstract int ReferenceSubblock1 {get; set;}
C++/CLI 
public:
abstract property int ReferenceSubblock1 {
   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

Requirements

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

See Also