Bandwidth
SCPI Command :
PROBe<*>:DEEMbedding:BANDwidth
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(probe=Probe.Default) float[source]
# PROBe<*>:DEEMbedding:BANDwidth value: float = driver.probe.deembedding.bandwidth.get(probe = repcap.Probe.Default)
Sets the maximum bandwidth until which the signal is corrected. This maximum value is the minimum bandwidth value of probe, probe tip and oscilloscope bandwidth, and can not be higher than the highest frequency in a used S-parameter file. Consider that most tip modules support the full bandwidth of the probe amplifier, but some tip modules have limited bandwidth.
- Parameters:
probe – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Probe’)
- Returns:
probe_bandwidth: 10000 to 16E+9
- set(probe_bandwidth: float, probe=Probe.Default) None[source]
# PROBe<*>:DEEMbedding:BANDwidth driver.probe.deembedding.bandwidth.set(probe_bandwidth = 1.0, probe = repcap.Probe.Default)
Sets the maximum bandwidth until which the signal is corrected. This maximum value is the minimum bandwidth value of probe, probe tip and oscilloscope bandwidth, and can not be higher than the highest frequency in a used S-parameter file. Consider that most tip modules support the full bandwidth of the probe amplifier, but some tip modules have limited bandwidth.
- Parameters:
probe_bandwidth – 10000 to 16E+9
probe – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Probe’)