SCPI.SERVice.CHANnel(Ch).TRACe(Tr).AMRKer.ACTive

Object Type

Property (Read-Write)

Syntax

SCPI.SERVice.CHANnel(Ch).TRACe(Tr).AMRKer.ACTive = Value

Value = SCPI.SERVice.CHANnel(Ch).TRACe(Tr).AMRKer.ACTive

Description

This command sets/gets the active marker number of selected trace ( Tr) in the selected channel ( Ch).

Variable

Parameter

Value

Description

Active marker number of selected trace in selected channel

Data Type

Long integer type (Long)

Range

0 to 10

Examples

Dim ActMkr as Long
ActMkr = SCPI.SERVice.CHANnel(4).TRACe.AMRKer.ACTive
SCPI.SERVice.CHANnel(4).TRACe.AMRKer.ACTive = 6

Equivalent Key

No equivalent key is available on the front panel.

Equivalent SCPI Command

Syntax

:SERVice:CHANnel{[1]-4}:TRACe{[1]-4}:AMRKer:ACTive?

Query Response

{numeric} <newline><^END>

Example of use

10 OUTPUT 717;":SERV:CHAN2:TRAC2:AMRK:ACT?"
20 ENTER 717;A