C# Class DAQ.HAL.RS232Instrument

Inheritance: Instrument
Afficher le fichier Open project: ColdMatter/EDMSuite

Protected Properties

Свойство Type Description
address string
connected bool
serial SerialSession

Méthodes publiques

Méthode Description
Connect ( ) : void
Disconnect ( ) : void
RS232Instrument ( String visaAddress ) : System

Méthodes protégées

Méthode Description
Clear ( ) : void
Connect ( SerialTerminationMethod method ) : void
Query ( string q ) : string
QueryDouble ( string q ) : double
Read ( ) : string
Read ( int bytes ) : string
Write ( byte command ) : void
Write ( string command ) : void

Method Details

Clear() protected méthode

protected Clear ( ) : void
Résultat void

Connect() public méthode

public Connect ( ) : void
Résultat void

Connect() protected méthode

protected Connect ( SerialTerminationMethod method ) : void
method SerialTerminationMethod
Résultat void

Disconnect() public méthode

public Disconnect ( ) : void
Résultat void

Query() protected méthode

protected Query ( string q ) : string
q string
Résultat string

QueryDouble() protected méthode

protected QueryDouble ( string q ) : double
q string
Résultat double

RS232Instrument() public méthode

public RS232Instrument ( String visaAddress ) : System
visaAddress String
Résultat System

Read() protected méthode

protected Read ( ) : string
Résultat string

Read() protected méthode

protected Read ( int bytes ) : string
bytes int
Résultat string

Write() protected méthode

protected Write ( byte command ) : void
command byte
Résultat void

Write() protected méthode

protected Write ( string command ) : void
command string
Résultat void

Property Details

address protected_oe property

protected string address
Résultat string

connected protected_oe property

protected bool connected
Résultat bool

serial protected_oe property

protected SerialSession serial
Résultat SerialSession