FrEnable
SCPI Command :
SBUS<*>:SWIRe:FILTer:FRENable
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default) bool[source]
# SBUS<*>:SWIRe:FILTer:FRENable value: bool = driver.sbus.swire.filterPy.frEnable.get(serialBus = repcap.SerialBus.Default)
Enables the filtering on SpaceWire 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<*>:SWIRe:FILTer:FRENable driver.sbus.swire.filterPy.frEnable.set(frame = 'abc', enabler = False, serialBus = repcap.SerialBus.Default)
Enables the filtering on SpaceWire 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’)