RFmxBTMXExtension Class
- Updated2025-10-13
- 1 minute(s) read
Provides extension methods to create BT signal configuration. These methods are added to RFmxInstrMX class.
Derives from
None
Syntax
Namespace: NationalInstruments.RFmx.InstrMX
public class RFmxBTMXExtension
Remarks
For more information about NI-RFmx Instruments, refer to the NI-RFmx Instruments Help.
Thread Safety
Any public static members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Methods
| Name | Description |
|---|---|
| GetBTSignalConfiguration(this RFmxInstrMX, string) | Creates a BT signal configuration for specified signal name. Existing BT signal configuration is returned if specified signal name exists. |
| GetBTSignalConfiguration(this RFmxInstrMX) | Creates a new default BT signal configuration if it doesn't exist; otherwise, it returns the existing default BT signal configuration. |