FrEnable

SCPI Command :

SBUS<*>:QSPI:FILTer:FRENable
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(serialBus=SerialBus.Default) bool[source]
# SBUS<*>:QSPI:FILTer:FRENable
value: bool = driver.sbus.qspi.filterPy.frEnable.get(serialBus = repcap.SerialBus.Default)

Enables or disables the checking condition for the selected frame.

Parameters:

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

set(frame: str, enabler: bool, serialBus=SerialBus.Default) None[source]
# SBUS<*>:QSPI:FILTer:FRENable
driver.sbus.qspi.filterPy.frEnable.set(frame = 'abc', enabler = False, serialBus = repcap.SerialBus.Default)

Enables or disables the checking condition for the selected frame.

Parameters:

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