PySpin.EnumEntryNode

class EnumEntryNode(*args, **kwargs)

Interface for string properties.

GetNumericValue(self) double

Get double number associated with the entry

GetSymbolic(self) gcstring

Get symbolic enum value

GetValue(self) int64_t

Get numeric enum value

IsSelfClearing(self) bool

Indicates if the corresponding EnumEntry is self clearing

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.

SetReference(self, pBase)

Parameters

pBase: Spinnaker::GenApi::INode *

overload SetReference for EnumEntry