Auto
SCPI Command :
BUS<*>:PCIE:DFE:AUTO
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) bool[source]
# BUS<*>:PCIE:DFE:AUTO value: bool = driver.bus.pcie.dfe.auto.get(bus = repcap.Bus.Default)
Enables the auto channel estimation.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
auto_ch_estimate: OFF | ON
- set(auto_ch_estimate: bool, bus=Bus.Default) None[source]
# BUS<*>:PCIE:DFE:AUTO driver.bus.pcie.dfe.auto.set(auto_ch_estimate = False, bus = repcap.Bus.Default)
Enables the auto channel estimation.
- Parameters:
auto_ch_estimate – OFF | ON
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)