Skip to content

Cn0511 package#2258

Open
IonutMuthi wants to merge 8 commits into
mainfrom
cn0511_package
Open

Cn0511 package#2258
IonutMuthi wants to merge 8 commits into
mainfrom
cn0511_package

Conversation

@IonutMuthi
Copy link
Copy Markdown
Contributor

Adds CN0511 package from iio-oscilloscope to scopy

This need libad9166 as dependency in ci

Signed-off-by: IonutMuthi <Ionut.Muthi@analog.com>
Signed-off-by: IonutMuthi <Ionut.Muthi@analog.com>
Signed-off-by: IonutMuthi <Ionut.Muthi@analog.com>
Signed-off-by: IonutMuthi <Ionut.Muthi@analog.com>
Signed-off-by: IonutMuthi <Ionut.Muthi@analog.com>
Signed-off-by: IonutMuthi <Ionut.Muthi@analog.com>
Signed-off-by: IonutMuthi <Ionut.Muthi@analog.com>
Signed-off-by: IonutMuthi <Ionut.Muthi@analog.com>
**Prerequisites**

- A CN0511 board connected and accessible via a supported IIO context (USB, network, or local)
- Scopy version 2.1.0 or later
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Scopy version

================================================================================

**Prerequisites:**
- Scopy v2.1.0 or later with CN0511 plugin installed
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Scopy version


bool Cn0511Plugin::onDisconnect()
{
if(m_api) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unregisterApi

@andreidanila1
Copy link
Copy Markdown
Contributor

Missing margins for this widget.
Screenshot from 2026-05-12 10-48-13

controlWidgetLayout->addWidget(generateDacAmpSection(controlsWidget));
controlWidgetLayout->addItem(new QSpacerItem(1, 1, QSizePolicy::Preferred, QSizePolicy::Expanding));

connect(this, &CN0511::readRequested, this, &CN0511::readFrequencyFromDevice);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe a Qt::QueuedConnection will be necessary here. The readRequested signal is emitted from another thread.

@andreidanila1
Copy link
Copy Markdown
Contributor

Same icon comment as here #2260 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants