Generated by DocFX

Class SourceParametersDto

Parameters of the Xray source

Inheritance
System.Object
SourceParametersDto
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VEDriversLite.NFT.Imaging.Xray.Dto
Assembly: VEDriversLite.dll
Syntax
public class SourceParametersDto

Properties

| Improve this Doc View Source

AT

X-ray tube anode type. Most of the Xray tubes uses Reflexive or Transmision R - Reflexive T - Transmision

Declaration
public string AT { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

FA

Focal spot angle if Reflexive

Declaration
public double FA { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

FH

Focal spot height in micro meters

Declaration
public double FH { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

FW

Focal spot width in micro meters

Declaration
public double FW { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

MaxV

Maximum voltage on anode

Declaration
public double MaxV { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

MinV

Minimum voltage on anode

Declaration
public double MinV { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

TM

Material of the anode target. Usually it is made from Wolfram

Declaration
public string TM { get; set; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

IsDefault()

Returns true if the all values inside class are in default values

Declaration
public bool IsDefault()
Returns
Type Description
System.Boolean