Usage in IOC shell is part of the user guide
Some checks failed
Test And Build / Lint (push) Failing after 4s
Test And Build / Build (push) Successful in 8s

This commit is contained in:
2025-11-03 11:14:39 +01:00
parent e1732639b2
commit 73c96a73bf

View File

@@ -42,8 +42,6 @@ To use these scripts on Windows, prefix the Python 3 executable:
C:/path/to/python3.exe C:/path/to/mastermacs_repo/utils/decodeStatus.py 1234
```
## Developer guide
### Usage in IOC shell
masterMacs exposes the following IOC shell functions (all in masterMacsController.cpp):
@@ -87,6 +85,8 @@ dbLoadTemplate("$(TOP)/$(NAME).substitutions", "INSTR=$(INSTR)$(NAME):,CONTROLLE
dbLoadRecords("$(masterMacs_DB)/asynRecord.db","P=$(INSTR)$(NAME),PORT=$(ASYN_PORT)")
```
## Developer guide
### Versioning
Please see the documentation for the module sinqMotor: https://git.psi.ch/sinq-epics-modules/sinqmotor/-/blob/main/README.md.