Command/Query
:CALCulate:TRACe:TTIMe:THReshold {T1_9|T2_8}
:CALCulate:TRACe:TTIMe:THReshold?
This command sets the rise time threshold for the rise time in the marker search function.
Parameter |
Selection Option |
Description |
Transition time function rise time threshold |
Data Type |
Character string type (String) |
Range |
T1_9 : 10-90% T2_8 : 20-80% |
Preset Value |
T1_9 |
{T1_9|T2_8}<newline><^END>
Dim Var as String
Var= "T1_9"
Ena.WriteString ":CALC:TRAC:TTIM:THR " & Var, True
Ena.WriteString ":CALC:TRAC:TTIM:THR?", True
Var=Ena.ReadString
Marker Search > Rise Time (10-90%) or Rise Time (20-80%)