RFmx Instr DotNET

Table of Contents

RFmxInstrMX.SetSmuResourceName Method

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

RFmxInstrMXSetSmuResourceName Method

Sets the resource name assigned by Measurement and Automation Explorer (MAX) for NI Source Measure Units (SMU) which is used as the noise source power supply for Noise Figure (NF) measurement, for example, PXI1Slot3, where PXI1Slot3 is an instrument resource name. SMU Resource Name can also be a logical IVI name.

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 SetSmuResourceName(
	string channelName,
	string value
)
Public Function SetSmuResourceName ( 
	channelName As String,
	value As String
) As Integer

Parameters

channelName  String
Pass an empty string.
value  String
Specifies the resource name assigned by Measurement and Automation Explorer (MAX) for NI Source Measure Units (SMU) which is used as the noise source power supply for Noise Figure (NF) measurement, for example, PXI1Slot3, where PXI1Slot3 is an instrument resource name. SMU Resource Name can also be a logical IVI name.

Return Value

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 SmuResourceName attribute.Supported devices: PXIe-4138, PXIe-4139, PXIe-4139 (40 W), and PXIe-4143 SMUs.

See Also

Log in to get a better experience