R&S TSMW-K1
Appendix
User Manual 1503.3776.32 - 08
113
1: Set to 'output'.
TriggerValue1
If trigger line 1 is used as output
0: set to low
1: set to high.
TriggerValue2
If trigger line 2 is used as output
0.set to low
1: set to high.
Return value(s):
ErrorCode
0 if successful. Otherwise the error code is returned.
TriggerIn1
Returns the current value of trigger line 1 (only if it is if
used as input.)
0: low
1: high
TriggerIn2
Returns the current value of trigger line 1 (only if it is if
used as input.)
0: low
1: high.
Corresponding C++ command:
int ErrorCode = TSMWTrigger_c(
unsigned short TSMWID,
int TriggerLine,int Out,
int *pTrig1Value,
int *pTrig2Value);