Command/Query
:CALCulate<Ch>[:SELected]:TRANsform:DISTance:CENTer <Value>
:CALCulate<Ch>[:SELected]:TRANsform:DISTance:CENTer?
The following syntax is also supported:
:CALCulate<Ch>:TRACe<Tr>:TRANsform:DISTance:CENTer <Value>
:CALCulate<Ch>:TRACe<Tr>:TRANsform:DISTance:CENTer?
This command sets/gets the center value used for the transformation function of the fault location display. Use :CALC:TRAN:TIME:CENT when :CALC:TRAN:METH is set at time.
Parameter |
Value |
Description |
Center value |
Data Type |
Numeric type (Real) |
Range |
Varies depending on the frequency span and the number of points. |
Preset Value |
0 |
Unit |
ft (feet), m (meters) or in (inches) |
Note |
If the specified variable is out of the allowable setup range, the minimum value (if the lower limit of the range is not reached) or the maximum value (if the upper limit of the range is exceeded) is set. |
{numeric}<newline><^END>
Dim Var as Double
Var =0.5
Ena.WriteString ":CALC1:TRAN:DIST:CENT " & Str(Var), True
Ena.WriteString ":CALC1:TRAN:DIST:CENT?", True
Var=Ena.ReadNumber
Analysis > Transform > Center
SCPI.CALCULATE(Ch).SELECTED.TRANSFORM.DISTANCE.CENTER
SCPI.CALCULATE(Ch).TRACE(Tr).TRANSFORM.DISTANCE.CENTER