State
SCPI Command :
DEEMbedding<*>[:STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(deembedding=Deembedding.Default) bool[source]
# DEEMbedding<*>[:STATe] value: bool = driver.deembedding.state.get(deembedding = repcap.Deembedding.Default)
Activates the deembedding - the correction of parasitic effects of the measurement setup on the measured signal.
- Parameters:
deembedding – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Deembedding’)
- Returns:
state: OFF | ON
- set(state: bool, deembedding=Deembedding.Default) None[source]
# DEEMbedding<*>[:STATe] driver.deembedding.state.set(state = False, deembedding = repcap.Deembedding.Default)
Activates the deembedding - the correction of parasitic effects of the measurement setup on the measured signal.
- Parameters:
state – OFF | ON
deembedding – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Deembedding’)