Visual Basic (Declaration) | |
---|---|
Public MustOverride Property YUnit As TraceYUnitType |
C# | |
---|---|
public abstract TraceYUnitType YUnit {get; set;} |
C++/CLI | |
---|---|
public: abstract property TraceYUnitType YUnit { TraceYUnitType get(); void set ( TraceYUnitType value); } |
Determine what units to display the amplitude of the data. You can select Peak, RMS, Power units, or an automatic selection. The automatic selection is to show Power units for frequency domain data and Peak units for time domain data.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)