RFmxInstrMX.BuildModuleString Method
- Updated2024-07-17
- 1 minute(s) read
RFmx
Configures the Module string to use as the Selector String for reading temperature of specific modules of the device.
Namespace: NationalInstruments.RFmx.InstrMX
Assembly: NationalInstruments.RFmx.InstrMX.Fx40 (in NationalInstruments.RFmx.InstrMX.Fx40.dll) Version: 24.5.0.49285 (24.5.0.49285)
Syntax
public static string BuildModuleString( string selectorString, string moduleName )
Public Shared Function BuildModuleString ( selectorString As String, moduleName As String ) As String
Parameters
- 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.
Return Value
StringUpon return, contains the selector string created by this method.