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


Glossary Item Box

Gets or sets a value indicating whether virtual signal waveform parameters SampleRate and RmsPower are updated automatically by VirtualSignal.DownloadToSource and VirtualSignal.DownloadCurrentRecordingToSource.

Syntax

Visual Basic (Declaration) 
Public Overridable Property VirtualSignalWaveformParametersAuto As Boolean
C# 
public virtual bool VirtualSignalWaveformParametersAuto {get; set;}
C++/CLI 
public:
virtual property bool VirtualSignalWaveformParametersAuto {
   bool get();
   void set (    bool value);
}

Remarks

When true, SampleRate and RmsPower are set during waveform download to values in the waveform file. When false, SampleRate and RmsPower retain their current values when a waveform is downloaded. This property has no effect when the source does not support virtual signals.

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