Skip to content
This repository was archived by the owner on Feb 2, 2026. It is now read-only.
This repository was archived by the owner on Feb 2, 2026. It is now read-only.

superclass constructor call incorrect for agilent4000A #55

@connormason

Description

@connormason

The superclass constructor call in ivi.agilent.agilent4000A is incorrect.

super(agilent3000A, self).__init__(*args, **kwargs)

should be

super(agilent4000A, self).__init__(*args, **kwargs)

This issue causes _arbitrary_waveform_quantum to always be set to 0 for this scope, which will cause a ivi.ValueNotSupportedException to always be raised when attempting to use arbitrary waveforms.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions