TRACe|DATA
. :UDP
. . :DEFault
. . . :TAG
. . . . [:ON] <ip-address> , <ip-port>, <tag> {, <tag>}
Changes the UDP-address of the default address and adds the specified tags
that determine what data is included in traces. In case a tag is added to the
default address that has flags that are incompatible with this tag (e.g.
“FSTRength” flag and AUDio tag), these flags are ignored for those tags.
All tags and flags are off by default, but specifying the IFPan tag automatically
includes the flag “VOLTage:AC”.
Parameters:
<ip-address> string representing IP dot notation of IP address (e.g.
172.17.75.18)
<numeric_value> integer port number in the range [0,65535] (16 bit)
<tag> See Table 19 for tag in Section 12.1.
*RST state:
The “*RST” command has no effect on these settings.
After a power down, the UDP-address list only contains the default entry
(index 0). The default is retained.
Example:
TRACe:UDP:DEFault:TAG:ON “123.456.789.012”, 5555, MSC, FSC
TRACe|DATA
. :UDP
. . :DELete ALL| (<ip-address>, <ip-port>)
Deletes one UDP-addresses from the list, or all of them including the default
one (index 0).
Parameters:
ALL All UDP-addresses are deleted, including the default one
(index 0)
<ip-address>, <ip-port> The UDP-address that matches the IP address
and the port is deleted.
*RST state:
none, as command is an event
Example:
TRACe:UDP:DELete ALL
TRACe:UDP:DELete “012.123.456.789”, 4444