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


millisecondsTimeout
The number of milliseconds to wait.

Glossary Item Box

Starts the calculation and wait for the calculation to complete.

Syntax

Visual Basic (Declaration) 
Public MustOverride Function Calculate( _
   ByVal millisecondsTimeout As Integer _
) As CalculationResult
C# 
public abstract CalculationResult Calculate( 
   int millisecondsTimeout
)
C++/CLI 
public:
abstract CalculationResult^ Calculate( 
   int millisecondsTimeout
) 

Parameters

millisecondsTimeout
The number of milliseconds to wait.

Return Value

CalculationResult is returned which includes the overall status, all the status messages, and all results.

Exceptions

ExceptionDescription
System.TimeoutExceptionA TimeoutException will be thrown if the calculation is not complete within the specified number of milliseconds.
System.AggregateException Currently O-RAN ULPI feature is not supported in NewRadioDirectCalculation. If O-RAN ULPI feature is enabled in the setx file, a 5G measurement error exception will be thrown indicating that O-RAN ULPI license is required to enable ULPI features.

Requirements

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

See Also