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


Glossary Item Box

Gets the remaining sample rate for source channels that support virtual signals

Syntax

Visual Basic (Declaration) 
Public Overridable ReadOnly Property RemainingSampleRate As Double
C# 
public virtual double RemainingSampleRate {get;}
C++/CLI 
public:
virtual property double RemainingSampleRate {
   double get();
}

Remarks

A channel's available sample rate is consumed by each waveform that is downloaded to a signal and enabled. Disabling a signal frees the sample rate it consumed, which increases the remaining sample rate.

Zero is returned if the channel's Signals collection is empty.

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 29.00

See Also