RFmxInstrMXLOSharingMode Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies the RFmx session with the respective LO sharing mode.
Syntax
Namespace: NationalInstruments.RFmx.InstrMX
public enum RFmxInstrMXLOSharingMode
Members
| Name | Value | Description |
|---|---|---|
| Disabled | 0 | LO Sharing is disabled. |
| ExternalStar | 3 | The LO connection configuration is configured as External Star. |
| ExternalDaisyChain | 4 | The LO connection configuration is configured as External Daisy Chain. |
| SplitterAndDaisyChain | 5 | The LO connection configuration is configured as Splitter and Daisy Chain. With this option, the only allowed value for the SetNumberOfLOSharingGroups(string, int) method is 1. |