Sets the common-mode level presented at each differential input terminal. The common-mode level shifts both positive and negative terminals in the same direction. This must match the common-mode level of the device under test (DUT). This value is expressed in Volts.

Syntax

Namespace: NationalInstruments.RFmx.InstrMX

public int SetCommonModeLevel(string channelName, double value)

Remarks

This method sets the value of CommonModeLevel attribute.The default value is 0.Supported devices: PXIe-5820

Parameters

NameTypeDescription
channelNamestring

Pass an empty string.

valuedouble

Specifies the common-mode level presented at each differential input terminal. The common-mode level shifts both positive and negative terminals in the same direction. This must match the common-mode level of the device under test (DUT). This value is expressed in Volts.

Returns

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