Realtime
SCPI Command :
DEEMbedding<*>:REALtime
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(deembedding=Deembedding.Default) bool[source]
# DEEMbedding<*>:REALtime value: bool = driver.deembedding.realtime.get(deembedding = repcap.Deembedding.Default)
Requires realtime extension option R&S RTP-K122. If ON, the deembedding calculation is done by the hardware in real time. You can trigger on the corrected signal, and the acquisition rate remains unchanged. If OFF, the deembedding calculation is done by software. This method is slower, therefore, triggering on the corrected signal is not possible.
- Parameters:
deembedding – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Deembedding’)
- Returns:
is_real_time: OFF | ON
- set(is_real_time: bool, deembedding=Deembedding.Default) None[source]
# DEEMbedding<*>:REALtime driver.deembedding.realtime.set(is_real_time = False, deembedding = repcap.Deembedding.Default)
Requires realtime extension option R&S RTP-K122. If ON, the deembedding calculation is done by the hardware in real time. You can trigger on the corrected signal, and the acquisition rate remains unchanged. If OFF, the deembedding calculation is done by software. This method is slower, therefore, triggering on the corrected signal is not possible.
- Parameters:
is_real_time – OFF | ON
deembedding – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Deembedding’)