Value

SCPI Command :

CALCulate<n>:TRACe<t>[:VALue]
class ValueCls[source]

Value commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(window=Window.Default, trace=Trace.Default) RsFsw.enums.TraceRefType[source]
# SCPI: 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.

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)

param trace

optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)

return

trace_ref_type: MEAS | REF | ERRor | TCAP MEAS Measurement signal REF Reference signal ERR Error TCAP Capture buffer

set(trace_ref_type: RsFsw.enums.TraceRefType, window=Window.Default, trace=Trace.Default) None[source]
# SCPI: 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.

param trace_ref_type

MEAS | REF | ERRor | TCAP MEAS Measurement signal REF Reference signal ERR Error TCAP Capture buffer

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)

param trace

optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)