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 SourceAT
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 |
FA
Focal spot angle if Reflexive
Declaration
public double FA { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
FH
Focal spot height in micro meters
Declaration
public double FH { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
FW
Focal spot width in micro meters
Declaration
public double FW { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MaxV
Maximum voltage on anode
Declaration
public double MaxV { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MinV
Minimum voltage on anode
Declaration
public double MinV { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
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 SourceIsDefault()
Returns true if the all values inside class are in default values
Declaration
public bool IsDefault()
Returns
Type | Description |
---|---|
System.Boolean |