Python Core API List Nodes Enum¶
zhinst.core.ziListEnum
¶
Bases: Enum
Enumeration for listNodes.
absolute
instance-attribute
¶
Returns absolute paths.
all
instance-attribute
¶
Default flag, returning a simple listing of the given node.
basechannel
instance-attribute
¶
Returns only one instance of a node in case of multiple channels.
excludestreaming
instance-attribute
¶
Excludes streaming nodes.
excludevectors
instance-attribute
¶
Excludes vector nodes.
getonly
instance-attribute
¶
Returns only nodes which can be used with the get command.
leavesonly
instance-attribute
¶
Returns only nodes that are leaves, which means the they are at the outermost level of the tree.
recursive
instance-attribute
¶
Returns the nodes recursively.
settingsonly
instance-attribute
¶
Returns only nodes which are marked as setting.
streamingonly
instance-attribute
¶
Returns only streaming nodes.
subscribedonly
instance-attribute
¶
Returns only subscribed nodes.