GetAmplitudeTraceUnit(string, out RFmxPulseMXPulseAmplitudeTraceUnit)
- Updated2025-10-13
- 1 minute(s) read
Gets the unit of the amplitude level. This method is applicable only for the amplitude and acquired amplitude trace.
Syntax
Namespace: NationalInstruments.RFmx.PulseMX
public int GetAmplitudeTraceUnit(string selectorString, out RFmxPulseMXPulseAmplitudeTraceUnit value)
Remarks
This method gets the value of PulseAmplitudeTraceUnit attribute.The default value is dBm.
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 RFmxPulseMXPulseAmplitudeTraceUnit | Upon return, contains the unit of the amplitude level. This method is applicable only for the amplitude trace. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.