RFmx Instr DotNET

Table of Contents

RFmxInstrMX.GetMechanicalAttenuationValue Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxInstrMX.GetMechanicalAttenuationValue Method

RFmxInstrMXGetMechanicalAttenuationValue Method

Gets the level of mechanical attenuation for the RF path. This value is expressed in dB.

Namespace: NationalInstruments.RFmx.InstrMX
Assembly: NationalInstruments.RFmx.InstrMX.Fx40 (in NationalInstruments.RFmx.InstrMX.Fx40.dll) Version: 24.5.0.49285 (24.5.0.49285)

Syntax

public int GetMechanicalAttenuationValue(
	string channelName,
	out double value
)
Public Function GetMechanicalAttenuationValue ( 
	channelName As String,
	<OutAttribute> ByRef value As Double
) As Integer

Parameters

channelName  String
Pass an empty string.
value  Double
Upon return, contains the level of mechanical attenuation for the RF path. This value is expressed in dB.

Return Value

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

Remarks

This method gets the value of MechanicalAttenuationValue attribute.Supported devices: PXIe-5663/5663E, PXIe-5665, PXIe-5668Valid valuesPXIe-5663/5663E0, 16PXIe-5665 (3.6 GHz)0, 10, 20, 30PXIe-5665 (14 GHz), PXIe-56680, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75

See Also

Log in to get a better experience