RFmx LTE DotNET

Table of Contents

RFmxLteMXList.GetListStepRange Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxLteMXList.GetListStepRange Method

RFmxLteMXListGetListStepRange Method

Returns a range of list step instances in a list.

Namespace:  NationalInstruments.RFmx.LteMX
Assembly:  NationalInstruments.RFmx.LteMX.Fx40 (in NationalInstruments.RFmx.LteMX.Fx40.dll) Version: 24.5.0.49283 (24.5.0.49283)

Syntax

public RFmxLteMX GetListStepRange(
	int stepStartIndex,
	int stepStopIndex
)
Public Function GetListStepRange ( 
	stepStartIndex As Integer,
	stepStopIndex As Integer
) As RFmxLteMX

Parameters

stepStartIndex
Type: SystemInt32
Pass the starting index of the range of list step.
stepStopIndex
Type: SystemInt32
Pass the last index of the range of list step.

Return Value

Type: RFmxLteMX
Returns the status code of this method. The status code either indicates success or describes an error or warning condition.

See Also

Log in to get a better experience