GetMixerLevel(string, out double)
- Updated2025-10-13
- 1 minute(s) read
Gets the mixer level, in dBm.
Syntax
Namespace: NationalInstruments.RFmx.InstrMX
public int GetMixerLevel(string channelName, out double value)
Remarks
This method gets the value of MixerLevel attribute.Supported devices: PXIe-5663/5663E/5665/5668Default valuesPXIe-5665/5668-10All other devicesN/AThe valid values for this property depend on your device configuration.
Parameters
| Name | Type | Description |
|---|---|---|
| channelName | string | Pass an empty string. |
| value | out double | Upon return, contains the mixer level, in dBm. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.