Command/Query
:CALCulate:TRACe:TIME:STEP:RTIMe:DATA <Value>
:CALCulate:TRACe:TIME:STEP:RTIMe:DATA?
This command sets rise time value for the transform function.
Parameter |
Value |
Description |
Transform function rise time value |
Data Type |
Numeric type (Real) |
Range |
17.7p (18 G), 22.7p (14 G), 37.3p (8.5 G) 48.8p (6.5 G), 70.5p (4.5 G), 105.7p (3 G), 212p (1.5 G), 634p (500 M) ~ 62.5 n |
Preset Value |
38.9p (18 G), 50.0p (14 G), 82.4p (8.5 G), 108p (6.5 G), 156p (4.5 G), 234p (3 G), 467p (1.5 G), 1.4n (500 M) |
Unit |
s |
Resolution |
- |
{numeric}<newline><^END>
Dim Var as Double
Var= 40E-12
Ena.WriteString ":CALC:TRAC:TIME:STEP:RTIM:DATA " & Str(Var), True
Ena.WriteString ":CALC:TRAC:TIME:STEP:RTIM:DATA?", True
Var=Ena.ReadNumber
No equivalent key is available.