GetLOSplitterLoss(string, ref double[])
- Updated2025-10-13
- 1 minute(s) read
Gets an array of the insertion losses inherent to the RF Splitter. This value is expressed in dB.
Syntax
Namespace: NationalInstruments.RFmx.InstrMX
public int GetLOSplitterLoss(string selectorString, ref double[] value)
Remarks
This method gets the value of LOSplitterLoss attribute.The default value is an empty array.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. |
| value | ref double[] | Upon return, contains an array of the insertion losses inherent to the RF Splitter. This value is expressed in dB. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.