SetMixerLevelOffset(string, double)
- Updated2025-10-13
- 1 minute(s) read
Sets the number of dB by which to adjust the device mixer level.
Syntax
Namespace: NationalInstruments.RFmx.InstrMX
public int SetMixerLevelOffset(string channelName, double value)
Remarks
This method sets the value of MixerLevelOffset attribute.The default value is 0. The default value specifies device settings that are the best compromise between distortion and noise. Supported devices: PXIe-5663/5663E/5665/5668
Parameters
| Name | Type | Description |
|---|---|---|
| channelName | string | Pass an empty string. |
| value | double | Specifies the number of dB by which to adjust the device mixer level. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.