SetSmuResourceName(string, string)
- Updated2025-10-13
- 1 minute(s) read
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.
Syntax
Namespace: NationalInstruments.RFmx.InstrMX
public int SetSmuResourceName(string channelName, string value)
Remarks
This method sets the value of SmuResourceName attribute.Supported devices: PXIe-4138, PXIe-4139, PXIe-4139 (40 W), and PXIe-4143 SMUs.
Parameters
| Name | Type | Description |
|---|---|---|
| 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. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.