SetAmplitudeTraceUnit(string, RFmxPulseMXPulseAmplitudeTraceUnit)
- Updated2025-10-13
- 1 minute(s) read
Sets the unit of the amplitude level. This method is applicable only for the amplitude trace.
Syntax
Namespace: NationalInstruments.RFmx.PulseMX
public int SetAmplitudeTraceUnit(string selectorString, RFmxPulseMXPulseAmplitudeTraceUnit value)
Remarks
This method sets 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 | RFmxPulseMXPulseAmplitudeTraceUnit | Specifies 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.