SCPI.SYSTem.COMMunicate.ECAL.DEFine

Object type

Property (Read-Write)

Syntax

SCPI.SYSTem.COMMunicate.ECAL.DEFine = ECalId

ECalId = SCPI.SYSTem.COMMunicate.ECAL.DEFine

Description

This command sets/gets the ID string of the ECal being used at that time.

Variable

Parameter

ECalId

Description

Returns ECalId string containing the following parameters:

  1. Model Number

  2. Serial Number

Data type

Character string type (String)

Examples

Dim ECal As String, ECalReturn As String
SCPI.SYSTem.COMMunicate.ECAL.DEFine = "N4431B 03605"
ECalReturn = SCPI.SYSTem.COMMunicate.ECAL.DEFine

Related objects

SCPI.SYSTem.COMMunicate.ECAL.CATalog

Equivalent key

Cal > ECal > ECal

Equivalent SCPI command

Syntax

:SYSTem:COMMunicate:ECAL:DEFine <string>

:SYSTem:COMMunicate:ECAL:DEFine?

Query response

{string}<newline><^END>

Example of use

10 OUTPUT 717;":SYSTem:COMMunicate:ECAL:DEFine ""N4431B 03605"""

10 OUTPUT 717;":SYSTem:COMMunicate:ECAL:DEFine?"
20 ENTER 717;A$