SCPI.TRIGger.TR(Ch).NARRow(Nr).VIDeo.THReshold

Object Type

Property (Read-Write)

Syntax

SCPI.TRIGger.TR(Ch).NARRow(Nr).VIDeo.THReshold = Value

Value = SCPI.TRIGger.TR(Ch).NARRow(Nr).VIDeo.THReshold

Description

This command sets/gets video trigger threshold level relative to max input level, for the selected narrow Nr of the selected channel Ch.  

Variable

Parameter

   Value

Description

Video trigger threshold level relative to max input level

Data Type

Double precision floating point type (Double)

Range

-100 ~ 0

Preset Value

-20

Unit

dB

Resolution

1

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-

Examples

Dim Var as Double
Var= 0
SCPI.TRIGger.TR1.NARRow1.VIDeo.THReshold = Var
Var = SCPI.TRIGger.TR1.NARRow1.VIDeo.THReshold

Equivalent Key

TR Menu: Setup > Video Trigger > Minimum Power Level

Equivalent SCPI Command

Syntax

:TRIGger:TR[1-1]:NARRow[1-2]:VIDeo:THReshold {-100 ~ 0}

:TRIGger:TR[1-1]:NARRow[1-2]:VIDeo:THReshold?

Query Response

{-100 ~ 0} <newline><^END>

Example of use

10 OUTPUT 717;":TRIGger:TR1:NARRow1:VIDeo:THReshold 0"
20 OUTPUT 717;":TRIGger:TR1:NARRow1:VIDeo:THReshold ?"
30 ENTER 717;A