Generated by DocFX

Class XrayExposureParameters

Exposure parameters of the captured image

Inheritance
System.Object
XrayExposureParameters
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 XrayExposureParameters

Properties

| Improve this Doc View Source

Current

Current through the X-ray tube in the micro Ampers - uA Usuall range starts from 50uA and can go up to 1-10 mili Ampers (mA) or more for casting/welding

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

ExposureTime

Exposure time in ms - how long X-ray goes to the detector per one captured image/frame Usuall range starts from 10ms and can goes up to 10 seconds. More in special cases or casting/welding.

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

Filters

List of the primary filters. These filters are real materials placed directly on the outpu window of the Xray tube

Declaration
public List<XrayPrimaryFilter> Filters { get; set; }
Property Value
Type Description
System.Collections.Generic.List<XrayPrimaryFilter>
| Improve this Doc View Source

Voltage

Anode voltage on the X-ray tube in the kilo Volts - kV Usuall range is between 20 - 150 kV. For casting or welding it can be even 225kV, 450kV or more.

Declaration
public double Voltage { get; set; }
Property Value
Type Description
System.Double

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