Keysight Pathwave 89600 VSA .NET API
SetPropertyValue Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > ProcessingExtension Class : SetPropertyValue Method


propertyName
property name (case sensitive)
value
property value

Glossary Item Box

Set a property value by name.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub SetPropertyValue( _
   ByVal propertyName As String, _
   ByVal value As Object _
) 
C# 
public virtual void SetPropertyValue( 
   string propertyName,
   object value
)
C++/CLI 
public:
virtual void SetPropertyValue( 
   String^ propertyName,
   Object^ value
) 

Parameters

propertyName
property name (case sensitive)
value
property 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 20.00

See Also