SCPI.SENSe.TR(Ch).NARRow(Nr).SWEep.POINts

Object Type

Property (Read Only)

Syntax

Value = SCPI.SENSe.TR(Ch).NARRow(Nr).SWEep.POINts

Description

This command gets number of points, for the selected narrow Nr of the selected channel Ch.

Variable

Parameter

   Value

Description

Number of points

Data Type

Long integer type (Long)

Range

626 ~ 1564

Preset Value

801

Unit

-

Resolution

-

Preset Effect

No

Save-Recall Effect

No

Error

-

Examples

Dim Var as Long
Var= 626
Var = SCPI.SENSe.TR1.NARRow1.SWEep.POINts

Equivalent Key

No equivalent key is available on the front panel.

Equivalent SCPI Command

Syntax

:SENSe:TR[1-1]:NARRow[1-2]:SWEep:POINts?

Query Response

{626 ~ 1564} <newline><^END>

Example of use

10 OUTPUT 717;":SENSe:TR1:NARRow1:SWEep:POINts?"
20 ENTER 717;A