PySpin.IFloat

class IFloat(*args, **kwargs)

Proxy of C++ Spinnaker::GenApi::IFloat class.

GetDisplayNotation(self) Spinnaker::GenApi::EDisplayNotation
GetDisplayPrecision(self) int64_t
GetInc(self) double
GetIncMode(self) Spinnaker::GenApi::EIncMode
GetListOfValidValues(self, bounded=True) double_autovector_t

Parameters

bounded: bool

GetMax(self) double
GetMin(self) double
GetRepresentation(self) Spinnaker::GenApi::ERepresentation
GetUnit(self) gcstring
GetValue(self, Verify=False, IgnoreCache=False) double

Parameters

Verify: bool IgnoreCache: bool

HasInc(self) bool
ImposeMax(self, Value)

Parameters

Value: double

ImposeMin(self, Value)

Parameters

Value: double

IsValueUpdated(self) bool
SetValue(self, Value, Verify=True)

Parameters

Value: double Verify: bool