Keysight Pathwave 89600 VSA .NET API
IPropertyInfo Interface
Members  See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace : IPropertyInfo Interface


Glossary Item Box

The IPropertyInfo interface provides additional information about specific properties on an object.

Syntax

Visual Basic (Declaration) 
Public Interface IPropertyInfo 
C# 
public interface IPropertyInfo 
C++/CLI 
public interface class IPropertyInfo 

Remarks

This interface can be useful in determining what the valid values, limits, and suggested stepping is for a given property. It can also be useful in determining if a given property is currently usable. Note: Not every property will have information about it.

Example

(app.Measurements.SelectedItem.Frequency as Vsa.IPropertyInfo).StepValue("Center").MaxValue;

Requirements

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

See Also