:SYST:DATA:SER

Type

Command/Query

Syntax

:SYSTem:DATA:SERial <String>

:SYSTem:DATA:SERial?

Description

This command sets the serial number of current test sequence (one per test sequence).

Variable

Parameter

String

Description

Serial number of DUT

Data Type

Character string type (String)

Preset Value

""

Query Response

{String}<newline><^END>

Examples

Dim Var as String
Var = "DUT001"
Ena.WriteString ":SYST:DATA:SER " & Var, True
Ena.WriteString ":SYST:DATA:SER?", True
Var=Ena.ReadString

Equivalent GUI

Execute Test > Finish > Save Test Result > Path to Files > Serial Number