State
SCPI Command :
DIFFerential<*>:DIFFerential:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(differential=Differential.Default) bool[source]
# DIFFerential<*>:DIFFerential:STATe value: bool = driver.differential.differential.state.get(differential = repcap.Differential.Default)
The commands enable the output waveforms if deembedding by software is active. In this case, all output waveforms can be displayed at the same time, and each output is enabled separately.
- Parameters:
differential – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Differential’)
- set(state_output_1: bool, differential=Differential.Default) None[source]
# DIFFerential<*>:DIFFerential:STATe driver.differential.differential.state.set(state_output_1 = False, differential = repcap.Differential.Default)
The commands enable the output waveforms if deembedding by software is active. In this case, all output waveforms can be displayed at the same time, and each output is enabled separately.
- Parameters:
state_output_1 – OFF | ON
differential – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Differential’)