Property (Read-Write)
SCPI.CALCulate.PS(Ch).TRACe(Tr).FUNCtion.DOMain.Y = Value
Value = SCPI.CALCulate.PS(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.PS1.TRACe1.FUNCtion.DOMain.Y = Var
Var = SCPI.CALCulate.PS1.TRACe1.FUNCtion.DOMain.Y
SCPI.CALCulate.PS(Ch).TRACe(Tr).FUNCtion.DOMain.X
PS Menu: Marker Function > Analysis Range (Y)
:CALCulate:PS[1-1]:TRACe[1-1]:FUNCtion:DOMain:Y {FRANge|BDMarker}
:CALCulate:PS[1-1]:TRACe[1-1]:FUNCtion:DOMain:Y?
{FRANge|BDMarker} <newline><^END>
10 OUTPUT 717;":CALCulate:PS1:TRACe1:FUNCtion:DOMain:Y FRANge"
20 OUTPUT 717;":CALCulate:PS1:TRACe1:FUNCtion:DOMain:Y?"
30 ENTER 717;A$