Difference between revisions of "Configurable Switch Matrix"

From RadiWiki
Jump to: navigation, search
Line 3: Line 3:
 
{{InitialisationConfigurableDevice}}
 
{{InitialisationConfigurableDevice}}
 
{{ScreenElementDescription|Operation|
 
{{ScreenElementDescription|Operation|
{{ScreenElementDescription|During Test|The power on code that needs to be send to device. When left blank no command will be send.}}
+
{{ScreenElementDescription|During Test|The commands send to device just before starting the test. 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 Test|The commands send to device after finishing the test. 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.}}
+
{{ScreenElementDescription|After sending perform a read and discard result.|When selected the driver will perform a read after sending the command. Some device need to be read out before sending the next command.}}
 
}}
 
}}
  
 
[[Category:Configurable Drivers]]
 
[[Category:Configurable Drivers]]

Revision as of 09:25, 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 commands send to device just before starting the test. When left blank no command will be send.
ScreenElementDescription.png After Test The commands send to device after finishing the test. When left blank no command will be send.
ScreenElementDescription.png After sending perform a read and discard result. When selected the driver will perform a read after sending the command. Some device need to be read out before sending the next command.