Output

SCPI Command :

[SOURce<HW>]:BB:ESEQuencer:STReam<DI>:OUTPut
class OutputCls[source]

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

get(twoStreams=TwoStreams.Default) RsSmw.enums.Output[source]
# SCPI: [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.

param twoStreams

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

return

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

set(output: RsSmw.enums.Output, twoStreams=TwoStreams.Default) None[source]
# SCPI: [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.

param output

NONE| RFA| RFB NONE Disable the stream output.

param twoStreams

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