Difference between revisions of "Configurable Switch Matrix"

From RadiWiki
Jump to: navigation, search
(Updated DeviceDriverInfo template)
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.png Initialisation and Check
ScreenElementDescription.png 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.png 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.png Operation
ScreenElementDescription.png During Test The power on code that needs to be send to device. When left blank no command will be send.
ScreenElementDescription.png After Test The power off code that needs to be send to device. When left blank no command will be send.
ScreenElementDescription.png 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.