TRACe Subsystem EM510
5.119 4065.7763.32-01.00
. :FEED? <trace_name>
Query about the data block connected with the trace.
Error message:
If the trace name is unknown, an error -141, "Invalid character data" will be generated.
Parameters:
<trace_name> see TRACe[:DATA]?
Result:
Name of the block coupled to the trace.
The following is valid for MTRACE: "SENS"
The following is valid for ITRACE: "FREQ"
The following is valid for IFPAN: "SENS"
Example:
TRACe:FEED? MTRACE -> "SENS"
. . :CONTrol <trace_name>, ALWays|SQUelch|NEVer
Control of trace loading.
Error message:
If trace name is unknown, an error -141, "Invalid character data" will be generated.
Parameters:
<trace-name> see TRACe[:DATA]?
ALWays all data are stored
SQUelch data are first stored if the signal has exceeded the squelch
threshold defined in the OUTPut:SQUelch subsystem
NEVer do not store any data in the trace.
*RST state:
NEVer
Example:
TRACe:FEED:CONTrol MTRACE, ALWays
. . :CONTrol? <trace_name>
Query about the trace loading.
Error message:
If the trace name is unknown, an error -141, "Invalid character data" will be generated.
Parameters:
<trace_name> see TRACe[:DATA]?
Result:
ALW, SQU, NEV
Example:
TRACe:FEED:CONTrol? MTRACE -> ALW