RFMXPULSE_ATTR_PULSE_AMPLITUDE_TRACE_UNIT
- Updated2025-10-13
- 1 minute(s) read
Specifies the unit of the amplitude level. This attribute is applicable only for the amplitude and acquired amplitude trace.
Syntax
RFMXPULSE_ATTR_PULSE_AMPLITUDE_TRACE_UNIT
Numeric Value | Data Type | Access | Applies To |
|---|---|---|---|
12587228 | int32 | Read/Write | N/A |
Remarks
You do not need to use a selector string to configure or read this attribute for the default signal instance. Refer to the Selector String topic for information about the string syntax for named signals.
The default value is dBm.
Name | Value | Description |
|---|---|---|
RFMXPULSE_VAL_PULSE_AMPLITUDE_TRACE_UNIT_DBM | 0 (0x0) | Amplitude trace is expressed in dBm. |
RFMXPULSE_VAL_PULSE_AMPLITUDE_TRACE_UNIT_VOLTS | 1 (0x1) | Amplitude trace is expressed in Volts. |
RFMXPULSE_VAL_PULSE_AMPLITUDE_TRACE_UNIT_WATTS | 2 (0x2) | Amplitude trace is expressed in Watts. |