Keysight Pathwave 89600 VSA .NET API
ApplyToMeasurements Method
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Keysight.SA.Vsa.ContextExtensions.NewRadio Namespace > NewRadioContextExtension Class : ApplyToMeasurements Method


measurements
Measurements to apply the new radio context to.

Glossary Item Box

Applies the current new radio contexts to the specified measurements.

Syntax

Visual Basic (Declaration) 
Public MustOverride Function ApplyToMeasurements( _
   ByVal ParamArray measurements() As Measurement _
) As StatusMessage()
C# 
public abstract StatusMessage[] ApplyToMeasurements( 
   params Measurement[] measurements
)
C++/CLI 
public:
abstract array<StatusMessage^>^ ApplyToMeasurements( 
   ... array<Measurement^>^ measurements
) 

Parameters

measurements
Measurements to apply the new radio context to.

Return Value

A list of status messages that indicates important information about how the application of the configuration was processed.

Remarks

Measurements must support the new radio context for it to be applied properly. This can be validated with IsSupported(Measurement). If a measurement does not support the new radio context, an System.InvalidOperationException will be thrown.

Requirements

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

See Also