Keysight Pathwave 89600 VSA .NET API
GetNprsBitmap Method
See Also 
Agilent.SA.Vsa.NBIot.Interfaces Assembly > Agilent.SA.Vsa.NBIot Namespace > MeasurementExtension Class : GetNprsBitmap Method


Glossary Item Box

Gets the nprs bitmap parameter as a list of integers.

Syntax

Visual Basic (Declaration) 
Public MustOverride Function GetNprsBitmap() As Integer()
C# 
public abstract int[] GetNprsBitmap()
C++/CLI 
public:
abstract array<int>^ GetNprsBitmap(); 

Return Value

Ten element vector indicating which subframes contain NPRS; 0 = not present, 1 = present.

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 24.00

See Also