R&S TSMW-K1
Appendix
User Manual 1503.3776.32 - 08
111
Command syntax:
[ErrorCode] = TSMWSetDAC(TSMWID,Value);
Parameter(s):
TSMWID
Specifies the R&S TSMW which shall be used for streaming.
Value
Specifies DAC value.
Value range: 0..1023. Reasonable values are in the range
200..800.
Return value(s):
ErrorCode
0 if successful. Otherwise the error code is returned.
Corresponding C++ command:
int ErrorCode = TSMWSetDAC_c(
unsigned short TSMWID,
short Value);
B.51
TSMWShutdown
Description:
The function shuts the specified R&S TSMW down.
Command syntax:
[ErrorCode] = TSMWShutdown(TSMWID);
Parameter(s):
TSMWID
Defines the R&S TSMW to shut down.
Return value(s):
ErrorCode
0 if successful. Otherwise the error code is returned.
Corresponding C++ command:
int ErrorCode = TSMWShutdown_c(unsigned short TSMWID);