Aravis.GcFeatureNode¶
- Subclasses:
Aravis.GcBoolean
,Aravis.GcCategory
,Aravis.GcCommand
,Aravis.GcConverter
,Aravis.GcEnumEntry
,Aravis.GcEnumeration
,Aravis.GcFloatNode
,Aravis.GcGroupNode
,Aravis.GcIntegerNode
,Aravis.GcPort
,Aravis.GcRegisterDescriptionNode
,Aravis.GcRegisterNode
,Aravis.GcStringNode
,Aravis.GcStructEntryNode
,Aravis.GcSwissKnife
Methods¶
- Inherited:
Aravis.GcNode (1), Aravis.DomElement (3), Aravis.DomNode (17), GObject.Object (37)
- Structs:
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Aravis.DomElement (2), Aravis.DomNode (9), GObject.Object (7)
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
- class Aravis.GcFeatureNode(**kwargs)¶
- Bases:
- Abstract:
Yes
- Structure:
Aravis.GcFeatureNode
provides a base class for the implementation of the different types of Genicam feature node (Group, Integer, Float, Enumeration…).- get_actual_access_mode()¶
- Returns:
Access mode as
Aravis.GcAccessMode
- Return type:
Gets feature node allowed access mode. This is a combination of Genicam ImposedAccessMode and AccessMode properties of underlying features and registers.
New in version 0.8.0.
- get_imposed_access_mode()¶
- Returns:
Access mode as
Aravis.GcAccessMode
- Return type:
Gets feature node imposed access mode property.
Note that this function will not give the actual access mode. Please use
Aravis.GcFeatureNode.get_actual_access_mode
to get an access mode combined from imposed access mode and underlying register access mode properties.New in version 0.8.0.
- get_name_space()¶
- Returns:
Name space value as
Aravis.GcNameSpace
.- Return type:
Get feature name space.
New in version 0.8.0.
- get_value_as_string()¶
- Raises:
- Returns:
a string representation of the node value,
None
if not applicable.- Return type:
Retrieve the node value a string.
Please note the string content is still owned by the node object, which means the returned pointer may not be still valid after a new call to this function.
- get_visibility()¶
- Return type:
- is_available()¶
- Raises:
- Return type:
- is_implemented()¶
- Raises:
- Return type:
- is_locked()¶
- Raises:
- Return type:
- set_value_from_string(string)¶
- Parameters:
string (
str
) – new node value, as string- Raises:
Set the node value using a string representation of the value. May not be applicable to every node type, but safe.
- do_get_access_mode() virtual¶
- Return type: