Package me.clarius.sdk
Enum Class Param
- All Implemented Interfaces:
Serializable
,Comparable<Param>
,Constable
Imaging parameters.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAuto focus enable (default on all applications).Auto gain enable (default on for most applications).Chroma map enable (default off).Color/power gain in percent (default 50%).Color map invert (default off - red towards probe, blue away from probe).Color/power pulse repetition frequency in kHz (default dependent on application).Color/power steering angle in degrees (available on linear probes, default dependent on application).Read only velocity range in [cm/s] if the system is operating in a Doppler mode based on the current PRF programmed (returns 0 if not in a doppler mode).Dynamic range in percent (default 50%).Eco mode enable (default off).Focus depth in cm (applied when auto focus turned off).Gain in percent (default 50%).Imaging depth in cm (default dependent on application).IMU streaming enable (default off).Needle enhance side (default 0 - LED side).Pulsed wave Doppler gain in [percent] (default 50%).Pulsed wave Doppler pulse repetition frequency in [kHz] (default dependent on application).Pulsed wave Doppler steering angle in [degrees] (available on linear probes, default dependent on application).Raw data buffering enable (default off).RF streaming enable (default on).Smooth enable (default on for most applications).Opacity of the strain image overlay (default 50%).Sync pulse enable (default off).Trapezoidal imaging enable (available on linear probes, default off for most applications). -
Method Summary
Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
ImageDepth
Imaging depth in cm (default dependent on application). -
Gain
Gain in percent (default 50%). -
AutoGain
Auto gain enable (default on for most applications). -
DynamicRange
Dynamic range in percent (default 50%). -
Chroma
Chroma map enable (default off). -
Smooth
Smooth enable (default on for most applications). -
AutoFocus
Auto focus enable (default on all applications). -
FocusDepth
Focus depth in cm (applied when auto focus turned off). -
Trapezoidal
Trapezoidal imaging enable (available on linear probes, default off for most applications). -
ColorGain
Color/power gain in percent (default 50%). -
ColorPrf
Color/power pulse repetition frequency in kHz (default dependent on application). -
ColorSteer
Color/power steering angle in degrees (available on linear probes, default dependent on application). -
ColorInvert
Color map invert (default off - red towards probe, blue away from probe). -
PwGain
Pulsed wave Doppler gain in [percent] (default 50%). -
PwPrf
Pulsed wave Doppler pulse repetition frequency in [kHz] (default dependent on application). -
PwSteer
Pulsed wave Doppler steering angle in [degrees] (available on linear probes, default dependent on application). -
DopplerVelocity
Read only velocity range in [cm/s] if the system is operating in a Doppler mode based on the current PRF programmed (returns 0 if not in a doppler mode). -
NeedleSide
Needle enhance side (default 0 - LED side). -
StrainOpacity
Opacity of the strain image overlay (default 50%). -
RawBuffer
Raw data buffering enable (default off). -
RfStreaming
RF streaming enable (default on). -
ImuStreaming
IMU streaming enable (default off). -
SyncPulse
Sync pulse enable (default off). -
EcoMode
Eco mode enable (default off).
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-