Command/Query
:SYSTem:DATA:SERial <String>
:SYSTem:DATA:SERial?
This command sets the serial number of current test sequence (one per test sequence).
Parameter |
String |
Description |
Serial number of DUT |
Data Type |
Character string type (String) |
Preset Value |
"" |
{String}<newline><^END>
Dim Var as String
Var = "DUT001"
Ena.WriteString ":SYST:DATA:SER " & Var, True
Ena.WriteString ":SYST:DATA:SER?", True
Var=Ena.ReadString
Execute Test > Finish > Save Test Result > Path to Files > Serial Number