Property (Read-Write)
SCPI.FORMat.DATA = Param
Param = SCPI.FORMat.DATA
This command can be used to set/get format data using the following SCPI commands:
SCPI.CALCulate(Ch).SELected.DATA.FDATa
SCPI.CALCulate(Ch).SELected.DATA.FMEMory
SCPI.CALCulate(Ch).SELected.DATA.SDATa
SCPI.CALCulate(Ch).SELected.DATA.SMEMory
SCPI.CALCulate(Ch).SELected.FUNCtion.DATA
SCPI.CALCulate(Ch).SELected.LIMit.DATA
SCPI.CALCulate(Ch).SELected.LIMit.REPort.ALL
SCPI.CALCulate(Ch).SELected.LIMit.REPort.DATA
SCPI.CALCulate(Ch).SELected.BLIMit.REPort.DATA
SCPI.CALCulate(Ch).SELected.RLIMit.DATA
SCPI.CALCulate(Ch).SELected.RLIMit.REPort.DATA
SCPI.SENSe(Ch).CORRection.COEFficient.DATA
SCPI.SENSe(Ch).CORRection.COEFficient.GPData
ASCII transfer format must be specified when controlling the E5061B using SCPI commands with the Parse object in the E5061B VBA.
Parameter |
Param |
Description |
Data transfer format |
Data type |
Character string type (String) |
Range |
Select from the following:
|
Preset value |
"ASCii" |
Dim Fmt As String
SCPI.FORMat.DATA = "ASC"
Fmt = SCPI.FORMat.DATA
No equivalent key is available on the front panel.
:FORMat:DATA {ASCii|REAL|REAL32}
:FORMat:DATA?
{ASC|REAL|REAL32}<newline><^END>
10 OUTPUT 717;":FORM:DATA REAL"
20 OUTPUT 717;":FORM:DATA?"
30 ENTER 717;A$