Output

SCPI Command :

[SOURce<HW>]:BB:ESEQuencer:STReam<DI>:OUTPut
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(twoStreams=TwoStreams.Default) Output[source]
# [SOURce<HW>]:BB:ESEQuencer:STReam<DI>:OUTPut
value: enums.Output = driver.source.bb.esequencer.stream.output.get(twoStreams = repcap.TwoStreams.Default)

Selects the RF output the stream is routed to.

Parameters:

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

Returns:

output: NONE | RFA | RFB NONE Disable the stream output.

set(output: Output, twoStreams=TwoStreams.Default) None[source]
# [SOURce<HW>]:BB:ESEQuencer:STReam<DI>:OUTPut
driver.source.bb.esequencer.stream.output.set(output = enums.Output.NONE, twoStreams = repcap.TwoStreams.Default)

Selects the RF output the stream is routed to.

Parameters:
  • output – NONE | RFA | RFB NONE Disable the stream output.

  • twoStreams – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Stream’)