GetMixerLevelOffset(string, out double)
- Updated2025-10-13
- 1 minute(s) read
Gets the number of dB by which to adjust the device mixer level.
Syntax
Namespace: NationalInstruments.RFmx.InstrMX
public int GetMixerLevelOffset(string channelName, out double value)
Remarks
This method gets 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 | out double | Upon return, contains 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.