GetLOSharingMode(string, out RFmxInstrMXLOSharingMode)
- Updated2025-10-13
- 1 minute(s) read
Gets the RFmx session with the respective LO sharing mode.
Syntax
Namespace: NationalInstruments.RFmx.InstrMX
public int GetLOSharingMode(string selectorString, out RFmxInstrMXLOSharingMode value)
Remarks
This method gets the value of LOSharingMode attribute.The default value is Disabled.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. |
| value | out RFmxInstrMXLOSharingMode | Upon return, contains the RFmx session with the respective LO sharing mode. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.