State

SCPI Command :

[SOURce<HW>]:BB:GNSS:STReam<ST>:OUTPut:RF<CH>:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(stream=Stream.Default, path=Path.Default) bool[source]
# [SOURce<HW>]:BB:GNSS:STReam<ST>:OUTPut:RF<CH>:STATe
value: bool = driver.source.bb.gnss.stream.output.rf.state.get(stream = repcap.Stream.Default, path = repcap.Path.Default)

Sets the output state of the GNSS stream at the RF A/B output.

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

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

Returns:

state: 1 | ON | 0| OFF

set(state: bool, stream=Stream.Default, path=Path.Default) None[source]
# [SOURce<HW>]:BB:GNSS:STReam<ST>:OUTPut:RF<CH>:STATe
driver.source.bb.gnss.stream.output.rf.state.set(state = False, stream = repcap.Stream.Default, path = repcap.Path.Default)

Sets the output state of the GNSS stream at the RF A/B output.

Parameters:
  • state – 1 | ON | 0| OFF

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

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