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


Glossary Item Box

Gets or sets the sample rate of this virtual signal in Hz

Syntax

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

Remarks

Sample rate may be set automatically when downloading a waveform Source.VirtualSignalWaveformParametersAuto. An automatically set value can be modified by setting this property. The value of this property is retained through a waveform download if WaveformParametersAuto is false.

The parent source channel has a maximum available sample rate that is shared by all enabled source signals. The remaining portion of available sample rate can be queried SourceChannel.RemainingSampleRate. Setting sample rate to a value that excees the parent channel's remaining sample result in Enabled being set to false.

Requirements

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

See Also