Bandwidth

SCPI Command :

DEEMbedding<*>:BANDwidth
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(deembedding=Deembedding.Default) float[source]
# DEEMbedding<*>:BANDwidth
value: float = driver.deembedding.bandwidth.get(deembedding = repcap.Deembedding.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.

Parameters:

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

Returns:

bandwidth: Bandwidth limit for correction.

set(bandwidth: float, deembedding=Deembedding.Default) None[source]
# DEEMbedding<*>:BANDwidth
driver.deembedding.bandwidth.set(bandwidth = 1.0, deembedding = repcap.Deembedding.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.

Parameters:
  • bandwidth – Bandwidth limit for correction.

  • deembedding – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Deembedding’)