Configurable Switch Matrix: Difference between revisions

From RadiWiki
Jump to navigation Jump to search
No edit summary
No edit summary
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.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 commands send to device just before starting the test. When left blank no command will be send.
ScreenElementDescription.svg After Test The commands send to device after finishing the test. When left blank no command will be send.
ScreenElementDescription.svg 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.