Keysight Pathwave 89600 VSA .NET API
CalculationResult Constructor(OverallStatus,StatusMessage[],Double,Double,Double,Double,Double,Int64,Int64,Double)
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Keysight.SA.Vsa.ContextExtensions.NewRadio Namespace > CalculationResult Class > CalculationResult Constructor : CalculationResult Constructor(OverallStatus,StatusMessage[],Double,Double,Double,Double,Double,Int64,Int64,Double)


status
The overall status of the calculation
statusMessages
Status messages about the calculation
channelPower
The channel power result value
activeChannelPower
The active channel power result value
ostp
The OFDM symbol transmit power (OSTP) result value
rmsEvm
The RMS EVM result value
peakEvm
The Peak EVM result value
totalCodeBlockCount
The number of transport blocks measured for BLER test
failedCodeBlockCount
The number of transport blocks with failed CRC for BLER test
blockErrorRate
The BLER(block error rate) for BLER test

Glossary Item Box

Initializes a new instance of the CalculationResult class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal status As OverallStatus, _
   ByVal statusMessages() As StatusMessage, _
   ByVal channelPower As Double, _
   ByVal activeChannelPower As Double, _
   ByVal ostp As Double, _
   ByVal rmsEvm As Double, _
   ByVal peakEvm As Double, _
   ByVal totalCodeBlockCount As Long, _
   ByVal failedCodeBlockCount As Long, _
   ByVal blockErrorRate As Double _
)

Parameters

status
The overall status of the calculation
statusMessages
Status messages about the calculation
channelPower
The channel power result value
activeChannelPower
The active channel power result value
ostp
The OFDM symbol transmit power (OSTP) result value
rmsEvm
The RMS EVM result value
peakEvm
The Peak EVM result value
totalCodeBlockCount
The number of transport blocks measured for BLER test
failedCodeBlockCount
The number of transport blocks with failed CRC for BLER test
blockErrorRate
The BLER(block error rate) for BLER test

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 28.40

See Also