Select Git revision
Overview.md
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Overview.md 2.96 KiB
- Introduction
- Quick Reference
- Structures
- Functions
- Main measurement routine
- Channel Control
- Scan configuration
- Setup
- Instrument Control
- Low-level Instrument I/O
- Auxiliary functions
- Configuration and control of specific instruments
- Trigger routines (used as trigfn's)
- Other routines, mainly used internally
Introduction
Special Measure provides a simple frontend for MATLAB's instrument control toolbox, allowing users to quickly set up flexible scans through parameter space.
Quick Reference
Structures
Functions
Main measurement routine
smrun | Run a scan. |
---|
Channel Control
smset | Set channel values. |
---|---|
smget | Read channel values. |
smprintchannels | Print channel information |
smprintrange | Print range and rate information |
Scan configuration
smdiagpar | Configure scan rotation. |
---|---|
smscanpar | Set scan range and resolution. |
smalintrafo | Set up a rotated scan. |
smprintscan | Print scan parameters. |
Setup
smaddchannel | Create a new channel |
---|---|
sminitdisp | Configure figure 1001 to display current channel values. To disable this feature, close figure 1001. |
Instrument Control
smopen | Open instruments. |
---|---|
smclose | Close instruments. |
smprintinst | Print instrument information |
Low-level Instrument I/O
smprintf | Wrapper for fprintf. |
---|---|
smscanf | Wrapper for fscanf. |
smquery | Wrapper for query. |
Auxiliary functions
Configuration and control of specific instruments
smarampYokoSR830dmm | Set up linewise acquisition with dmm and/or lockin |
---|---|
smarampYokoSR830 | Subset of above, no dmm support |
smarampYokoTDS | Set up linewise acquisition with TDS5104. |
smaDMMsnglmode | Restore default sample parameters for DMM(s). |
smastopYokos | Stop ramps on Yokos. |
Trigger routines (used as trigfn's)
| smatrigYokoSR830dmm | | |:------------------------|:| | smatrigYokoTDS | | | smatrigYokoSR830 | (Obsolete, no longer maintained) | | smatrig | |
Other routines, mainly used internally
smdispchan | Update display of current values |
---|---|
smchanlookup | Translation from channel name to index |
sminstlookup | Translation form device name to index |
smchaninst | get instrument associated with a channel |