RFmx Instr DotNET

Content Type
Programming Language
Current manual
Table of Contents
Product DocumentationRFmx Instr DotNETRFmxInstrMX.GetSmuResourceName MethodCurrent page
Table of Contents

RFmxInstrMX.GetSmuResourceName Method

RFmxInstrMX.GetSmuResourceName Method

RFmxInstrMXGetSmuResourceName Method

Gets 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 GetSmuResourceName(
	string channelName,
	out string value
)
Public Function GetSmuResourceName ( 
	channelName As String,
	<OutAttribute> ByRef value As String
) As Integer

Parameters

channelName  String
Pass an empty string.
value  String
Upon return, contains 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 gets the value of SmuResourceName attribute.Supported devices: PXIe-4138, PXIe-4139, PXIe-4139 (40 W), and PXIe-4143 SMUs.

See Also

In This Section
Was this information helpful?