State

SCPI Command :

SCONfiguration:OUTPut:MAPPing:IQOutput:STReam<ST>:STATe
class StateCls[source]

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

get(stream=Stream.Default) bool[source]
# SCPI: SCONfiguration:OUTPut:MAPPing:IQOutput:STReam<ST>:STATe
value: bool = driver.sconfiguration.output.mapping.iqOutput.stream.state.get(stream = repcap.Stream.Default)

No command help available

param stream:

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

return:

state: No help available

set(state: bool, stream=Stream.Default) None[source]
# SCPI: SCONfiguration:OUTPut:MAPPing:IQOutput:STReam<ST>:STATe
driver.sconfiguration.output.mapping.iqOutput.stream.state.set(state = False, stream = repcap.Stream.Default)

No command help available

param state:

No help available

param stream:

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