BuildModuleString(string, string)
- Updated2025-10-13
- 1 minute(s) read
Configures the Module string to use as the Selector String for reading temperature of specific modules of the device.
Syntax
Namespace: NationalInstruments.RFmx.InstrMX
public static string BuildModuleString(string selectorString, string moduleName)
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | specifies the selector string. The default value is "" (empty string). |
| moduleName | string | specifies the module for which you want the temperature to be read. |
Returns
Upon return, contains the selector string created by this method.