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.EvaluateType[source]
# SCPI: CALCulate<n>:TRACe<t>[:VALue]
value: enums.EvaluateType = driver.applications.k60Transient.calculate.trace.value.get(window = repcap.Window.Default, trace = repcap.Trace.Default)

Defines which signal component (I/Q) is evaluated in which trace for the ‘I/Q Time Domain’ result display. This setting is not available for any other result displays. By default, the I component is displayed by trace 1, while the Q component is displayed by trace 4.

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

eval_type: ITIMe | QTIMe ITIMe The I component is evaluated by the selected trace. QTIMe The Q component is evaluated by the selected trace.

set(eval_type: RsFsw.enums.EvaluateType, window=Window.Default, trace=Trace.Default) None[source]
# SCPI: CALCulate<n>:TRACe<t>[:VALue]
driver.applications.k60Transient.calculate.trace.value.set(eval_type = enums.EvaluateType.ITIMe, window = repcap.Window.Default, trace = repcap.Trace.Default)

Defines which signal component (I/Q) is evaluated in which trace for the ‘I/Q Time Domain’ result display. This setting is not available for any other result displays. By default, the I component is displayed by trace 1, while the Q component is displayed by trace 4.

param eval_type

ITIMe | QTIMe ITIMe The I component is evaluated by the selected trace. QTIMe The Q component is evaluated by the selected trace.

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’)