Functions
|
Page 15
3
Functions
3.1
Access
getLockStatus
This function returns if the device is locked and if the current client is
authorized to use the device.
Function specific parameters
Ou
t
errNo
errorCode
locked
Is the device locked?
authorized
Is the client authorized?
JSON Method
method: getLockStatus
params: []
Result: [errNo, locked, authorized]
C-DLL call
int AMC_getLockStatus(int deviceHandle, bool* locked, bool* authorized)
Python
locked, authorized = [dev].access.getLockStatus()
Matlab
[locked, authorized] = AMC_getLockStatus()
C#
Tuple<bool,bool> value = [Device].GetLockStatus()
LabVIEW
getLockStatus.vi
Содержание attocube AMC100
Страница 1: ...Interface Manual AMC100 AMC300...
Страница 3: ......