Configurable Switch Matrix: Difference between revisions

From RadiWiki
Jump to navigation Jump to search
(Updated DeviceDriverInfo template)
No edit summary
Line 1: Line 1:
{{DeviceDriverInfo
[[Image:Screenshot configurable switch matrix configuration window.png]]
|DLLFile=RADEMPTY.DLL
 
|DeviceDriverName=CONFIGSM
{{InitialisationConfigurableDevice}}
|DeviceType=Configurable Switch Matrix
{{ScreenElementDescription|Operation|
|SupportedDeviceTypes=8388608
{{ScreenElementDescription|During Test|The power on code that needs to be send to device. When left blank no command will be send.}}
{{ScreenElementDescription|After Test|The power off code that needs to be send to device. When left blank no command will be send.}}
{{ScreenElementDescription|After sending perform a read and discard result.|The standby code that needs to be send to device. When left blank no command will be send.}}
}}
}}
[[Category:Configurable Drivers]]

Revision as of 09:09, 5 September 2011

Screenshot configurable switch matrix configuration window.png


ScreenElementDescription.svg Initialisation and Check
ScreenElementDescription.svg Get Id The code that needs to be send to device to get the identification back. A common used SCPI command is *IDN?. When left blank no command will be send.
ScreenElementDescription.svg Returned Id The code that is send back as a return on the Get ID code. When left blank no check will be performed.
ScreenElementDescription.svg Operation
ScreenElementDescription.svg During Test The power on code that needs to be send to device. When left blank no command will be send.
ScreenElementDescription.svg After Test The power off code that needs to be send to device. When left blank no command will be send.
ScreenElementDescription.svg After sending perform a read and discard result. The standby code that needs to be send to device. When left blank no command will be send.