Sets whether the RF preamplifier is enabled in the system.

Syntax

Namespace: NationalInstruments.RFmx.InstrMX

public int SetPreampEnabled(string channelName, RFmxInstrMXPreampEnabled value)

Remarks

This method sets the value of PreampEnabled attribute.The default value foor PXIe-5644/5645/5646 and PXIe-5830/5831/5832/5840/5841/5842/5860 is Automatic, else the default value is Disabled.

Parameters

NameTypeDescription
channelNamestring

Specifies the port number.
Example: "port0".
You can use the BuildPortString2(string, string, string, int) method to build the selector string.

valueRFmxInstrMXPreampEnabled

Specifies whether the RF preamplifier is enabled in the system.

Returns

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