Software
R&S
®
TS-PSM2
28
User Manual 1178.2773.02 ─ 01
/* connect local analog bus line to analog bus line on back plane */
status = rspsm2_Connect (vi, "ABa1", "LABa1");
/* connect local analog bus line to analog bus line on back plane */
status = rspsm2_Connect (vi, "ABa2", "LABa2");
/* wait until relays have settled; timeout 500 ms */
status = rspsm2_WaitForDebounce (vi, 500.0);
/* disconnect channel 1 from front connector */
status = rspsm2_Disconnect (vi, "CH1", "CH1_1");
/* wait until relay has settled; timeout 500 ms */
status = rspsm2_WaitForDebounce (vi, 500.0);
/* disconnect the rest */
status = rspsm2_DisconnectAll(vi);
/* close the driver session */
status = rspsm2_close (vi);
return 0;
}
7.2 Software R&S TS-PRIO
Simple routing out of the LABxy pins of an R&S TS-PSM2 does not require any soft-
ware. However, if the relays on the R&S TS-PRIO are to be used, the software for the
R&S TS-PSM2 must be installed correctly.
Support for R&S TS-PRIO is available as of the following versions of the R&S TS-
PSM2 software:
Firmware: psm2.h86 as of version 1.05 (GTSL version 2.81)
Drivers: rspsm2.dll as of version 1.11 (GTSL version 2.81)
The firmware can be updated using the "Firmware Update" tool. Start the tool via
Start => Programs => GTSL => Tools => Firmware Update.
Software R&S TS-PRIO