SCPI.CALCulate.TR(Ch).TRACe(Tr).FORMat.FREQuency

Object Type

Property (Read-Write)

Syntax

SCPI.CALCulate.TR(Ch).TRACe(Tr).FORMat.FREQuency = Value

Value = SCPI.CALCulate.TR(Ch).TRACe(Tr).FORMat.FREQuency

Description

This command sets/gets frequency format, for the selected trace Tr of the selected channel Ch.

Variable

Parameter

   Value

Description

Frequency format

Data Type

Character string type (String)

Range

HZ|DHZ|PCT|PPM

Preset Value

HZ

Unit

-

Resolution

-

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-

Examples

Dim Var as String
Var= "HZ"
SCPI.CALCulate.TR1.TRACe4.FORMat.FREQuency = Var
Var = SCPI.CALCulate.TR1.TRACe4.FORMat.FREQuency

Related Objects

SCPI.CALCulate.TR(Ch).TRACe(Tr).FORMat.PHASe.UNIT

SCPI.CALCulate.TR(Ch).TRACe(Tr).FORMat.PHASe.WRAP

SCPI.CALCulate.TR(Ch).TRACe(Tr).FORMat.PHASe.XREFerence

SCPI.CALCulate.TR(Ch).TRACe(Tr).FORMat.PHASe.XRSPan

Equivalent Key

TR Menu: Format > Frequency Format

Equivalent SCPI Command

Syntax

:CALCulate:TR[1-1]:TRACe[1-8]:FORMat:FREQuency {HZ|DHZ|PCT|PPM}

:CALCulate:TR[1-1]:TRACe[1-8]:FORMat:FREQuency?

Query Response

{HZ|DHZ|PCT|PPM} <newline><^END>

Example of use

10 OUTPUT 717;":CALCulate:TR1:TRACe4:FORMat:FREQuency HZ"
20 OUTPUT 717;":CALCulate:TR1:TRACe4:FORMat:FREQuency ?"
30 ENTER 717;A$