Keysight Pathwave 89600 VSA .NET API
DemodTimeUnit Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Trace Class : DemodTimeUnit Property


Glossary Item Box

Gets or sets the type of X-axis unit associated with demodulation time data.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property DemodTimeUnit As TraceTimeUnit
C# 
public abstract TraceTimeUnit DemodTimeUnit {get; set;}
C++/CLI 
public:
abstract property TraceTimeUnit DemodTimeUnit {
   TraceTimeUnit get();
   void set (    TraceTimeUnit value);
}

Remarks

Determine units for the time axis of displayed digital demod time traces. You can display the time axis in either seconds or symbols.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also