Visible to Intel only — GUID: mwh1410384290854
Ixiasoft
Visible to Intel only — GUID: mwh1410384290854
Ixiasoft
2.8.4.1. In-System Sources and Probes Commands
Command |
Arguments |
Function |
---|---|---|
issp_get_instance_info | <service-path> |
Returns a list of the configurations of the In-System Sources and Probes instance, including: instance_index instance_name source_width probe_width |
issp_read_probe_data | <service-path> |
Retrieves the current value of the probe input. A hex string is returned representing the probe port value. |
issp_read_source_data | <service-path> |
Retrieves the current value of the source output port. A hex string is returned representing the source port value. |
issp_write_source_data | <service-path> <source-value> |
Sets values for the source output port. The value can be either a hex string or a decimal value supported by the System Console Tcl interpreter. |