SetCteSlotDuration(string, double)
- Updated2025-04-08
- 1 minute(s) read
Sets the length of the switching slots and transmit slots in the constant tone extension field in the generated signal. This method is applicable only when you set the SetDirectionFindingMode(string, RFmxBTMXDirectionFindingMode) method to AngleOfArrival or AngleOfDepature.
Syntax
Namespace: NationalInstruments.RFmx.BTMX
public int SetCteSlotDuration(string selectorString, double value)
Remarks
This method sets the value of CteSlotDuration attribute.The default value is 0.000001.
Parameters
Name | Type | Description |
---|---|---|
selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
value | double | Specifies the length of the transmit slots and sampling slots in the constant tone extension field in the generated signal. This method is applicable only when you set the SetDirectionFindingMode(string, RFmxBTMXDirectionFindingMode) method to AngleOfArrival or AngleOfDepature. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.