SCPI.SENSe.PN(Ch).CRANge

Object Type

Property (Read-Write)

Syntax

SCPI.SENSe.PN(Ch).CRANge = Value

Value = SCPI.SENSe.PN(Ch).CRANge

Description

This command sets/gets capture range, for the selected channel Ch.

Variable

Parameter

   Value

Description

Capture range

Data Type

Character string type (String)

Range

NORMal|WIDE

Preset Value

NORMal

Unit

-

Resolution

-

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-

Examples

Dim Var as String
Var= "NORMal"
SCPI.SENSe.PN1.CRANge = Var
Var = SCPI.SENSe.PN1.CRANge

Equivalent Key

PN Menu: Setup > Capture Range

Equivalent SCPI Command

Syntax

:SENSe:PN[1-1]:CRANge {NORMal|WIDE}

:SENSe:PN[1-1]:CRANge?

Query Response

{NORMal|WIDE} <newline><^END>

Example of use

10 OUTPUT 717;":SENSe:PN1:CRANge NORMal"
20 OUTPUT 717;":SENSe:PN1:CRANge ?"
30 ENTER 717;A$