Class PvGenFloat
GenICam feature: Float
Implements
Inherited Members
Namespace: eBUSDotNet
Assembly: eBUSDotNet.dll
Syntax
public class PvGenFloat : PvGenParameter, IDisposable
Remarks
To use this class, see PvGenParameter. In group GenICam features.
Methods
View SourceDispose(bool)
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing |
Overrides
View SourceGetMax(out double)
Get the feature's limits (maximum).
Declaration
public PvResult GetMax(out double aMax)
Parameters
| Type | Name | Description |
|---|---|---|
| double | aMax | The feature's maximum allowable value. |
Returns
| Type | Description |
|---|---|
| PvResult | See #SetValue. |
GetMin(out double)
Get the feature's limits (minimum).
Declaration
public PvResult GetMin(out double aMin)
Parameters
| Type | Name | Description |
|---|---|---|
| double | aMin | The feature's minimum allowable value. |
Returns
| Type | Description |
|---|---|
| PvResult | See #SetValue. |
GetRepresentation(ref PvGenRepresentation)
Get the feature's suggested presentation format.
Declaration
public PvResult GetRepresentation(ref PvGenRepresentation aRepresentation)
Parameters
| Type | Name | Description |
|---|---|---|
| PvGenRepresentation | aRepresentation | The feature's suggested presentation format; a #PvGenRepresentation. |
Returns
| Type | Description |
|---|---|
| PvResult | See #SetValue. |
GetUnit(out string)
Get the feature's measurement unit.
Declaration
public PvResult GetUnit(out string aUnit)
Parameters
| Type | Name | Description |
|---|---|---|
| string | aUnit | The units for the feature. |
Returns
| Type | Description |
|---|---|
| PvResult | See #SetValue. |
GetValue(out double)
Get the feature's value.
Declaration
public PvResult GetValue(out double aValue)
Parameters
| Type | Name | Description |
|---|---|---|
| double | aValue | The feature's value. |
Returns
| Type | Description |
|---|---|
| PvResult | See #SetValue. |
SetValue(double)
Set the feature's value.
Declaration
public PvResult SetValue(double aValue)
Parameters
| Type | Name | Description |
|---|---|---|
| double | aValue | The feature's new value. |
Returns
| Type | Description |
|---|---|
| PvResult | Includes:
|