Goals
Acceptance criteria : What journeys should the user be able to complete to consider your feature done
Be as specific as you can, check them off once they work. Add more if you find more requirements during development. Issue should only be considered done after all of them are checked
Tasks
base on the goals, deduce the tasks required. check them off once they're done
- Disconnect- disconnect from server.
- "autoVoltageInRange": trigger auto range on input voltage
- "setTimeConstant" : set time constant on the lockin
- "setDataRate" : set the rate that rate is being generated
- "setCurrentInRange" : set the gain on the input current
- "setRefFreq" : set the Reference Frequency
- "setRefVpk" : set Ref voltage
- "setRefVoff" : set Ref voltage DC offset
- "setsRefOutSwitch" : set Set Ref "On" or "Off"
- "setsRefHarm" : set Ref harmonic
- "autoCurrentInRange": trigger auto gain on the input current
- "getData countTime" : send averaged data for a given countTime
- "setupScope freq #
numDataPoint channel": setup scope for static measurements
Related Resources
https://github.com/Relm-Arrowny/zhinstHF2/blob/main/src/HF2Sever.py
Related Resources
Goals
Acceptance criteria : What journeys should the user be able to complete to consider your feature done
Be as specific as you can, check them off once they work. Add more if you find more requirements during development. Issue should only be considered done after all of them are checked
Tasks
base on the goals, deduce the tasks required. check them off once they're done
numDataPoint channel": setup scope for static measurements
Related Resources
https://github.com/Relm-Arrowny/zhinstHF2/blob/main/src/HF2Sever.py
Related Resources