Skip to content

Commit 0f4bca8

Browse files
committed
improve upgrade guide
1 parent 535e970 commit 0f4bca8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/src/config/upgrade.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@ This page should give you hints on what to change in your configuration files wh
33

44
## v0.5 to v0.6
55
### Scanner and Devices
6+
- the `defaultSequence` parameter in the [General] section has been removed without replacement, the sequence is defined by the protocol
67
- the `transferFunction` parameter is no longer in the [General] section, but is now a per-channel parameter attached to each `DAQRxChannelParams`. Use `transferFunction = "tfFile.h5:2"` to select channel 2 out of the file containing multilpe channels
78
- the `feedback` group is removed from the tx channels and replaced by two other parameters: `feedback.channelID` is replaced by `feedbackChannelID` in the tx channel directly and `feedback.calibration` is replaced by the `transferFunction` parameter in the corresponding receive channel. The `transferFunction` parameter can correctly parse a single (complex) value with units
9+
- the `limitPeak` parameter has been removed from rx channels, it is only defined for tx channels
10+
811

912
### TxDAQController
1013

0 commit comments

Comments
 (0)