Output
SCPI Command :
[SOURce<HW>]:BB:GNSS:STReam<ST>:OUTPut
- Commands in total: 3Subgroups: 2Direct child commands: 1
- get(stream=Stream.Default) Output[source]
# [SOURce<HW>]:BB:GNSS:STReam<ST>:OUTPut value: enums.Output = driver.source.bb.gnss.stream.output.get(stream = repcap.Stream.Default)
Sets the output connector to that the output GNSS signal is routed.
- Parameters:
stream – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Stream’)
- Returns:
output: RFA | RFB | NONE
- set(output: Output, stream=Stream.Default) None[source]
# [SOURce<HW>]:BB:GNSS:STReam<ST>:OUTPut driver.source.bb.gnss.stream.output.set(output = enums.Output.NONE, stream = repcap.Stream.Default)
Sets the output connector to that the output GNSS signal is routed.
- Parameters:
output – RFA | RFB | NONE
stream – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Stream’)
Cloning the Group
# Create a copy of the original group, that exists independently
output_copy = driver.source.bb.gnss.stream.output.clone()
Subgroups