Skip to content

Python Core API List Nodes Enum

zhinst.core.ziListEnum

Bases: Enum

Enumeration for listNodes.

absolute: int instance-attribute

Returns absolute paths.

all: int instance-attribute

Default flag, returning a simple listing of the given node.

basechannel: int instance-attribute

Returns only one instance of a node in case of multiple channels.

excludestreaming: int instance-attribute

Excludes streaming nodes.

excludevectors: int instance-attribute

Excludes vector nodes.

getonly: int instance-attribute

Returns only nodes which can be used with the get command.

leavesonly: int instance-attribute

Returns only nodes that are leaves, which means the they are at the outermost level of the tree.

recursive: int instance-attribute

Returns the nodes recursively.

settingsonly: int instance-attribute

Returns only nodes which are marked as setting.

streamingonly: int instance-attribute

Returns only streaming nodes.

subscribedonly: int instance-attribute

Returns only subscribed nodes.