RFmx NR DotNET

Content Type
Programming Language
Current manual
Table of Contents
Product DocumentationRFmx NR DotNET...RFmxNRMXModAccConfiguration ClassRFmxNRMXModAccConfiguration.SetMeasurementLengthUnit MethodCurrent page
Table of Contents

RFmxNRMXModAccConfiguration.SetMeasurementLengthUnit Method

RFmxNRMXModAccConfiguration.SetMeasurementLengthUnit Method

RFmxNRMXModAccConfigurationSetMeasurementLengthUnit Method

Sets the units in which measurement offset and measurement length are specified.

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

Syntax

public int SetMeasurementLengthUnit(
	string selectorString,
	RFmxNRMXModAccMeasurementLengthUnit value
)
Public Function SetMeasurementLengthUnit ( 
	selectorString As String,
	value As RFmxNRMXModAccMeasurementLengthUnit
) As Integer

Parameters

selectorString
Type: SystemString
Pass an empty string. The signal name that is passed when creating the signal configuration is used.
value
Type: NationalInstruments.RFmx.NRMXRFmxNRMXModAccMeasurementLengthUnit
Specifies the units in which measurement offset and measurement length are specified.

Return Value

Type: Int32
Returns the status code of this method. The status code either indicates success or describes a warning condition.

Remarks

This method sets the value of ModAccMeasurementLengthUnit attribute.The default value is Slot.

See Also

In This Section
Was this information helpful?