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


Glossary Item Box

Gets or sets a value indicating whether the state for the input extensions is allowed to be different per acquisition when using sequential input channels. The default is false. Some input extensions may not support a value of true.

Syntax

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

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 25.00

See Also