Get the name of the instrument which was used to acquire the data in this FITS file.


Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)

Syntax

Visual Basic (Declaration)
Public Overridable ReadOnly Property Instrument As String
C#
public virtual string Instrument { get; }
C++
public virtual property string Instrument {
    String get();
}
J#
/** property */
public string get_Instrument();
JScript
public function get Instrument() : String

Property Value

either null or a String object

See Also