FrEnable

SCPI Command :

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

Enables the filtering on LIN frames. Only the frames that match the selected filter conditions are displayed.

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<*>:LIN:FILTer:FRENable
driver.sbus.lin.filterPy.frEnable.set(frame = 'abc', enabler = False, serialBus = repcap.SerialBus.Default)

Enables the filtering on LIN frames. Only the frames that match the selected filter conditions are displayed.

Parameters:

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