Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/ngscopeclient/MainWindow_Menus.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ void MainWindow::WindowMultimeterMenu()
{
//This is a bit of a hack but all of the dialogs are gonna get redone eventually so
vector< shared_ptr<SCPIMultimeter> > meters;
auto insts = m_session.GetScopes();
auto insts = m_session.GetSCPIInstruments();
for(auto inst : insts)
{
//Skip anything that's not a multimeter
Expand Down
Loading