PySpin.IInteger

class IInteger(*args, **kwargs)

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

GetInc(self) int64_t
GetIncMode(self) Spinnaker::GenApi::EIncMode
GetListOfValidValues(self, bounded=True) int64_autovector_t

Parameters

bounded: bool

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

Parameters

Verify: bool IgnoreCache: bool

ImposeMax(self, Value)

Parameters

Value: int64_t

ImposeMin(self, Value)

Parameters

Value: int64_t

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

Parameters

Value: int64_t Verify: bool