Property (Read-Write)
SCPI.SENSe.TR(Ch).NARRow(Nr).TIME.DSTart = Value
Value = SCPI.SENSe.TR(Ch).NARRow(Nr).TIME.DSTart
This command sets/gets narrow display start value, for the selected narrow Nr of the selected channel Ch.
This command is available when narrow 1.
Parameter |
Value |
Description |
Narrow display start value |
Data Type |
Double precision floating point type (Double) |
Range |
-20 ~ 1.00107935999k |
Preset Value |
-50m |
Unit |
s |
Resolution |
- |
Preset Effect |
Yes |
Save-Recall Effect |
Yes |
Error |
- |
Dim Var as Double
Var= 0
SCPI.SENSe.TR1.NARRow1.TIME.DSTart = Var
Var = SCPI.SENSe.TR1.NARRow1.TIME.DSTart
SCPI.SENSe.TR(Ch).NARRow(Nr).TIME.OFFSet
SCPI.SENSe.TR(Ch).NARRow(Nr).TIME.REFerence
SCPI.SENSe.TR(Ch).NARRow(Nr).TIME.RESolution
SCPI.SENSe.TR(Ch).NARRow(Nr).TIME.SPAN
SCPI.SENSe.TR(Ch).NARRow(Nr).TIME.ZOUT
TR Menu: Setup > Advanced Setup > Narrow Display Start
:SENSe:TR[1-1]:NARRow[1-2]:TIME:DSTart {-20 ~ 1.00107935999k}
:SENSe:TR[1-1]:NARRow[1-2]:TIME:DSTart?
{-20 ~ 1.00107935999k} <newline><^END>
10 OUTPUT 717;":SENSe:TR1:NARRow1:TIME:DSTart 0"
20 OUTPUT 717;":SENSe:TR1:NARRow1:TIME:DSTart?"
30 ENTER 717;A