Value
SCPI Command :
CALCulate<n>:TRACe<t>[:VALue]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default, trace=Trace.Default) TraceRefType[source]
# CALCulate<n>:TRACe<t>[:VALue] value: enums.TraceRefType = driver.applications.k70Vsa.calculate.trace.value.get(window = repcap.Window.Default, trace = repcap.Trace.Default)
This commands selects the signal to be used as the data source for a trace. For method
RsFsw.display.window.subwindow.trace.mode.set()View, the data source to be evaluated cannot be changed. It remains set to the value that was most recently set.- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
trace – optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)
- Returns:
trace_ref_type: MEAS | REF | ERRor | TCAP MEAS Measurement signal REF Reference signal ERR Error TCAP Capture buffer
- set(trace_ref_type: TraceRefType, window=Window.Default, trace=Trace.Default) None[source]
# CALCulate<n>:TRACe<t>[:VALue] driver.applications.k70Vsa.calculate.trace.value.set(trace_ref_type = enums.TraceRefType.ERRor, window = repcap.Window.Default, trace = repcap.Trace.Default)
This commands selects the signal to be used as the data source for a trace. For method
RsFsw.display.window.subwindow.trace.mode.set()View, the data source to be evaluated cannot be changed. It remains set to the value that was most recently set.- Parameters:
trace_ref_type – MEAS | REF | ERRor | TCAP MEAS Measurement signal REF Reference signal ERR Error TCAP Capture buffer
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
trace – optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)