OpenTAP 9.24
API Reference
Properties | List of all members
OpenTap.IConstResourceProperty Interface Reference

An immutable/constant object that is a property on a Resource. When deserializing references to objects of this type, TapSerializer makes sure that all references refer to the same unique instance on the specific instrument. More...

Inheritance diagram for OpenTap.IConstResourceProperty:
OpenTap.Port OpenTap.ViaPoint OpenTap.InputPort OpenTap.OutputPort OpenTap.SwitchMatrixPath OpenTap.SwitchPosition

Properties

IResource Device [get]
 TDevice/resource to which this object belongs.
More...
 
string Name [get]
 Name of this object (should be unique among objects of the same type on the same device/resource).

 

Detailed Description

An immutable/constant object that is a property on a Resource. When deserializing references to objects of this type, TapSerializer makes sure that all references refer to the same unique instance on the specific instrument.

Property Documentation

◆ Device

IResource OpenTap.IConstResourceProperty.Device
get

TDevice/resource to which this object belongs.

All devices should be marked with the System.Xml.Serialization.XmlIgnoreAttribute.

OpenTAP 9.24 API built Tue Apr 30 2024 13:44:41