Value
SCPI Command :
CALCulate<n>:TRACe<t>[:VALue]
- class ValueCls[source]
Value commands group definition. 3 total commands, 2 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.k6Pulse.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 ‘Pulse I and Q’ 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
detector: ITIMe | QTIMe ITIMe The I component is evaluated by the selected trace. QTIMe The Q component is evaluated by the selected trace.
- set(detector: RsFsw.enums.EvaluateType, window=Window.Default, trace=Trace.Default) None [source]
# SCPI: CALCulate<n>:TRACe<t>[:VALue] driver.applications.k6Pulse.calculate.trace.value.set(detector = enums.EvaluateType.ITIMe, window = repcap.Window.Default, trace = repcap.Trace.Default)
Defines which signal component (I/Q) is evaluated in which trace for the ‘Pulse I and Q’ 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 detector
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’)
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.applications.k6Pulse.calculate.trace.value.clone()
Subgroups