Keysight Pathwave 89600 VSA .NET API
Create Method
See Also 
Keysight.SA.Vsa.AdjacentChannelPower.Interfaces Assembly > Keysight.SA.Vsa.AdjacentChannelPower Namespace > InterferingSignalCollection Class : Create Method


Glossary Item Box

Creates a new InterferingSignal and appends it to the collection.

Syntax

Visual Basic (Declaration) 
Public MustOverride Function Create() As InterferingSignal
C# 
public abstract InterferingSignal Create()
C++/CLI 
public:
abstract InterferingSignal^ Create(); 

Return Value

If succeeds, returns handle to the new InterferingSignal. If fails, returns null.

Requirements

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

See Also