ConfigureDataSource(string, string)
- Updated2025-10-13
- 1 minute(s) read
Configures the data source on which marker operations are performed.
Use "marker(n)" as the selector string to configure this method.
Syntax
Namespace: NationalInstruments.RFmx.VnaMX
public int ConfigureDataSource(string selectorString, string dataSource)
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies a selector string comprising of marker number. |
| dataSource | string | Specifies the measurement or memory data on which markers are placed. If you want to place markers on SParams measurement data, then specify this parameter as sparam<n>". If you want to place markers on <em>SParams</em> measurement memory data, then specify this parameter as "sparam<n>/measmem::<measMemoryName>". Similarly, if you want to place markers on data from <em>Wave</em> measurement data, then specify this parameter as wave<<i>n</i>>". |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.