Channel
SCPI Command :
CALCulate<n>:TRACe<t>[:VALue]:CHANnel
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default, trace=Trace.Default) TraceChannel[source]
# CALCulate<n>:TRACe<t>[:VALue]:CHANnel value: enums.TraceChannel = driver.applications.k6Pulse.calculate.trace.value.channel.get(window = repcap.Window.Default, trace = repcap.Trace.Default)
No help available
- 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’)
- set(channel: TraceChannel, window=Window.Default, trace=Trace.Default) None[source]
# CALCulate<n>:TRACe<t>[:VALue]:CHANnel driver.applications.k6Pulse.calculate.trace.value.channel.set(channel = enums.TraceChannel.CHANnel1, window = repcap.Window.Default, trace = repcap.Trace.Default)
No help available
- 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’)