Property (Read-Write)
SCPI.CALCulate.FP(Ch).TRACe(Tr).FUNCtion.DOMain.Y = Value
Value = SCPI.CALCulate.FP(Ch).TRACe(Tr).FUNCtion.DOMain.Y
This command sets/gets Y analysis range source, for the selected trace Tr of the selected channel Ch.
Parameter |
Value |
Description |
Y analysis range |
Data Type |
Character string type (String) |
Range |
FRANge|BDMarker |
Preset Value |
BDMarker |
Unit |
- |
Resolution |
- |
Preset Effect |
Yes |
Save-Recall Effect |
Yes |
Error |
- |
Dim Var as String
Var= "FRANge"
SCPI.CALCulate.FP1.TRACe4.FUNCtion.DOMain.Y = Var
Var = SCPI.CALCulate.FP1.TRACe4.FUNCtion.DOMain.Y
SCPI.CALCulate.FP(Ch).TRACe(Tr).FUNCtion.DOMain.X
SCPI.CALCulate.FP(Ch).TRACe(Tr).FUNCtion.LREGression.DATA
SCPI.CALCulate.FP(Ch).TRACe(Tr).FUNCtion.LREGression.MEMory
SCPI.CALCulate.FP(Ch).TRACe(Tr).FUNCtion.STATistics.DATA
SCPI.CALCulate.FP(Ch).TRACe(Tr).FUNCtion.STATistics.MEMory
SCPI.CALCulate.FP(Ch).TRACe(Tr).FUNCtion.TYPE
FP Menu: Marker Function > Analysis Range (Y)
:CALCulate:FP[1-1]:TRACe[1-4]:FUNCtion:DOMain:Y {FRANge|BDMarker}
:CALCulate:FP[1-1]:TRACe[1-4]:FUNCtion:DOMain:Y?
{FRANge|BDMarker} <newline><^END>
10 OUTPUT 717;":CALCulate:FP1:TRACe4:FUNCtion:DOMain:Y FRANge"
20 OUTPUT 717;":CALCulate:FP1:TRACe4:FUNCtion:DOMain:Y ?"
30 ENTER 717;A$