Length
SCPI Command :
DISPlay[:WINDow<n>]:TRACe<t>:LENGth
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default, trace=Trace.Default) float[source]
# DISPlay[:WINDow<n>]:TRACe<t>:LENGth value: float = driver.applications.k60Transient.display.window.trace.length.get(window = repcap.Window.Default, trace = repcap.Trace.Default)
Queries the trace length for the specified trace in the specified window.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
trace – optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)
- Returns:
trace_length: Number of measurement points for the trace.
- set(trace_length: float, window=Window.Default, trace=Trace.Default) None[source]
# DISPlay[:WINDow<n>]:TRACe<t>:LENGth driver.applications.k60Transient.display.window.trace.length.set(trace_length = 1.0, window = repcap.Window.Default, trace = repcap.Trace.Default)
Queries the trace length for the specified trace in the specified window.
- Parameters:
trace_length – Number of measurement points for the trace.
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
trace – optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)