Skip to content

BUG: listdevice() shows data name or parent object #640

@prjemian

Description

@prjemian

When listdevice() is given a dotted-name object, such as swait1.channels, it reports the name of this parent using the data name (swait1_channels) but the remaining children use the dotted-name (swait1_channels.A.input_value).

if cname:
dd["name"].append(f"{obj.name}.{signal.dotted_name}")
if dname:
dd["data name"].append(signal.name)

The parent object should use the .dotted_name property instead of the .name property.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions