Table of Contents

Class ScpiNameAttribute

Namespace
Loehnert.Lisrt.Communication.Scpi
Assembly
Loehnert.Lisrt.Communication.dll

Represents a name for a SCPI value.

[AttributeUsage(AttributeTargets.All, AllowMultiple = false)]
public class ScpiNameAttribute : Attribute, _Attribute
Inheritance
ScpiNameAttribute
Implements
Inherited Members

Constructors

ScpiNameAttribute(string)

Initializes a new instance of the ScpiNameAttribute class.

public ScpiNameAttribute(string name)

Parameters

name string

SCPI name of the member, for example "VOLTage".

Properties

Name

Gets the name.

public string Name { get; }

Property Value

string