PySpin.FloatNode¶
- class FloatNode(*args, **kwargs)¶
Interface for string properties.
- GetDisplayNotation(self) Spinnaker::GenApi::EDisplayNotation¶
Get the way the float should be converted to a string
- GetDisplayPrecision(self) int64_t¶
Get the precision to be used when converting the float to a string
- GetEnumAlias(self) IEnumeration¶
gets the interface of an alias node.
- GetInc(self) double¶
Get the constant increment if there is any
- GetIncMode(self) Spinnaker::GenApi::EIncMode¶
Get increment mode
- GetListOfValidValues(self, bounded=True) double_autovector_t¶
Parameters¶
bounded: bool
Get list of valid value
- GetMax(self) double¶
Get maximum value allowed
- GetMin(self) double¶
Get minimum value allowed
- GetRepresentation(self) Spinnaker::GenApi::ERepresentation¶
Get recommended representation
- GetValue(self, Verify=False, IgnoreCache=False) double¶
Parameters¶
Verify: bool IgnoreCache: bool
Get node value
- param Verify:
Enables Range verification (default = false). The AccessMode is always checked
- param IgnoreCache:
If true the value is read ignoring any caches (default = false)
The value read
- IsValueUpdated(self) bool¶
Checks if the content of the node has changed since the value was last cached by IsValueUpdated() or GetValue().
true if the node value has changed, false otherwise.