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

FTP: issue-2656/H26.51.007.11.56.01.pxp.zst
gives
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