GetAutoResourceBlockDetectionEnabled(string, out RFmxNRMXAutoResourceBlockDetectionEnabled)
- Updated2025-04-08
- 1 minute(s) read
Gets whether the values of modulation type, number of resource block clusters, resource block offsets, and number of resource blocks are auto-detected by the measurement or configured by you.
Syntax
Namespace: NationalInstruments.RFmx.NRMX
public int GetAutoResourceBlockDetectionEnabled(string selectorString, out RFmxNRMXAutoResourceBlockDetectionEnabled value)
Remarks
This method gets the value of AutoResourceBlockDetectionEnabled attribute.The default value is True.
Parameters
Name | Type | Description |
---|---|---|
selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
value | out RFmxNRMXAutoResourceBlockDetectionEnabled | Upon return, contains whether the values of modulation type, number of resource block clusters, resource block offsets, and number of resource blocks are auto-detected by the measurement or configured by you. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.