SetCommonModeLevel(string, double)
- Updated2025-10-13
- 1 minute(s) read
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
| Name | Type | Description |
|---|---|---|
| channelName | string | Pass an empty string. |
| value | double | 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.