Skip to content

Async text entries are hidden when searching with DATA_ACQUISITION_MODE in the labnotebook #2721

@t-b

Description

@t-b

FTP: issue-2656/H26.51.007.11.56.01.pxp.zst

Function testme()

	string device = "ITC18USB_DEV_0"
	WAVE textualValues = GetLBTextualValues(device)
	variable sweepNo = 100

	printf "entry: %s\r", GetLastSettingTextIndep(textualValues, sweepNo, "Async AD2 Title", DATA_ACQUISITION_MODE)
	printf "entry: %s\r", GetLastSettingTextIndep(textualValues, sweepNo, "Async AD2 Title", UNKNOWN_MODE)
End

gives

  entry: 
  entry: Set Temperature

which means that the title entry is hidden as it is not part of the DAQ block. Same for Async ... Unit.

The reason is that the entry is on the first entry source type 0 (aka DAQ) block, see

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions