State
SCPI Command :
SCONfiguration:OUTPut:MAPPing:RF<CH>:STReam<ST>:STATe
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(path=Path.Default, stream=Stream.Default) bool [source]
# SCPI: SCONfiguration:OUTPut:MAPPing:RF<CH>:STReam<ST>:STATe value: bool = driver.sconfiguration.output.mapping.rf.stream.state.get(path = repcap.Path.Default, stream = repcap.Stream.Default)
Maps the I/Q output streams to the output connectors.
- param path
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Rf’)
- param stream
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Stream’)
- return
state: 1| ON| 0| OFF
- set(state: bool, path=Path.Default, stream=Stream.Default) None [source]
# SCPI: SCONfiguration:OUTPut:MAPPing:RF<CH>:STReam<ST>:STATe driver.sconfiguration.output.mapping.rf.stream.state.set(state = False, path = repcap.Path.Default, stream = repcap.Stream.Default)
Maps the I/Q output streams to the output connectors.
- param state
1| ON| 0| OFF
- param path
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Rf’)
- param stream
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Stream’)