Property (Read-Write)
SCPI.CALCulate(Ch).SELected.FUNCtion.DOMain.STARt = Value
Value = SCPI.CALCulate(Ch).SELected.FUNCtion.DOMain.STARt
This command sets/gets the start value of the analysis range of the SCPI.CALCulate(Ch).SELected.FUNCtion.EXECute object, for the selected channel (Ch).
When the trace coupling is OFF, the active trace is the target to be set.
Parameter |
Value |
Description |
Start value of the analysis range |
Data type |
Double precision floating point type (Double) |
Preset value |
0 |
Unit |
Hz (hertz), dBm or s (second) |
Dim AnaStar As Double
SCPI.CALCulate(1).SELected.FUNCtion.DOMain.STARt = 1.5E9
AnaStar = SCPI.CALCulate(1).SELected.FUNCtion.DOMain.STARt
SCPI.CALCulate(Ch).SELected.FUNCtion.DATA
SCPI.CALCulate(Ch).SELected.FUNCtion.DOMain.STOP
SCPI.CALCulate(Ch).SELected.FUNCtion.DOMain.STATe
SCPI.CALCulate(Ch).SELected.FUNCtion.DOMain.COUPle
SCPI.CALCulate(Ch).SELected.FUNCtion.EXECute
No equivalent key is available on the front panel.
:CALCulate{[1]-4}[:SELected]:FUNCtion:DOMain:STARt <numeric>
:CALCulate{[1]-4}[:SELected]:FUNCtion:DOMain:STARt?
{numeric}<newline><^END>
10 OUTPUT 717;":CALC1:FUNC:DOM:STAR 1.7E9"
20 OUTPUT 717;":CALC1:FUNC:DOM:STAR?"
30 ENTER 717;A