RFmx SpecAn DOTNET

Content Type
Programming Language
Current manual
Table of Contents

RFmxSpecAnMX.BuildOffsetString Method

RFmxSpecAnMX.BuildOffsetString Method

RFmxSpecAnMXBuildOffsetString Method

Note: This API is now obsolete.

Creates the offset string to use as the selector string with SEM and ACP offset configuration or fetch methods.

Namespace: NationalInstruments.RFmx.SpecAnMX
Assembly: NationalInstruments.RFmx.SpecAnMX.Fx40 (in NationalInstruments.RFmx.SpecAnMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)

Syntax

[ObsoleteAttribute("Use BuildOffsetString2 instead.")]
public static string BuildOffsetString(
	string resultName,
	int offsetNumber
)
<ObsoleteAttribute("Use BuildOffsetString2 instead.")>
Public Shared Function BuildOffsetString ( 
	resultName As String,
	offsetNumber As Integer
) As String

Parameters

resultName  String
Specifies the result name for building the selector string.
offsetNumber  Int32
Specifies the offset number for building the selector string.

Return Value

String
Upon return, contains the selector string created by this method.

See Also

In This Section
Was this information helpful?