Attenuation
SCPI Command :
BUS<*>:TBTO:ATTN
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) float[source]
# BUS<*>:TBTO:ATTN value: float = driver.bus.tbto.attenuation.get(bus = repcap.Bus.Default)
Sets the attenuation factor. It is used to de-amplify the reverse signal before subtracting it from the forward signal.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
attenuation: -100 to 0
- set(attenuation: float, bus=Bus.Default) None[source]
# BUS<*>:TBTO:ATTN driver.bus.tbto.attenuation.set(attenuation = 1.0, bus = repcap.Bus.Default)
Sets the attenuation factor. It is used to de-amplify the reverse signal before subtracting it from the forward signal.
- Parameters:
attenuation – -100 to 0
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)