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