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 _ ) |
C# | |
---|---|
public CalculationResult( OverallStatus status, StatusMessage[] statusMessages, double channelPower, double activeChannelPower, double ostp, double rmsEvm, double peakEvm, long totalCodeBlockCount, long failedCodeBlockCount, double blockErrorRate ) |
C++/CLI | |
---|---|
public: CalculationResult( OverallStatus status, array<StatusMessage^>^ statusMessages, double channelPower, double activeChannelPower, double ostp, double rmsEvm, double peakEvm, int64 totalCodeBlockCount, int64 failedCodeBlockCount, double blockErrorRate ) |
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
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