Enable

SCPI Command :

BUS<*>:CMSB:FILTer:ENABle
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) bool[source]
# BUS<*>:CMSB:FILTer:ENABle
value: bool = driver.bus.cmsb.filterPy.enable.get(bus = repcap.Bus.Default)

Enables filtering for the custom serial bus.

Parameters:

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

Returns:

enable: OFF | ON

set(enable: bool, bus=Bus.Default) None[source]
# BUS<*>:CMSB:FILTer:ENABle
driver.bus.cmsb.filterPy.enable.set(enable = False, bus = repcap.Bus.Default)

Enables filtering for the custom serial bus.

Parameters:
  • enable – OFF | ON

  • bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)