Enable

SCPI Command :

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

Enables or disables the specific frame to be filtered.

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

  • busFrameNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Frame’)

Returns:

enable: OFF | ON

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

Enables or disables the specific frame to be filtered.

Parameters:
  • enable – OFF | ON

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

  • busFrameNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Frame’)