GetAcquisitionLengthMode(string, out RFmxWlanMXDsssModAccAcquisitionLengthMode)
- Updated2025-04-08
- 1 minute(s) read
Gets whether the measurement automatically computes the acquisition length of the waveform based on DSSSModAcc properties.
Syntax
Namespace: NationalInstruments.RFmx.WlanMX
public int GetAcquisitionLengthMode(string selectorString, out RFmxWlanMXDsssModAccAcquisitionLengthMode value)
Remarks
This method gets the value of DsssModAccAcquisitionLengthMode attribute.The default value is Auto .
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 RFmxWlanMXDsssModAccAcquisitionLengthMode | Upon return, contains whether the measurement automatically computes the acquisition length of the waveform based on DSSSModAcc properties. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.