Enable
SCPI Command :
BUS<*>:CMSB:FILTer:FRAMe<*>:FLD<*>:ENABle
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default, busFrameNull=BusFrameNull.Default, busFieldNull=BusFieldNull.Default) bool[source]
# BUS<*>:CMSB:FILTer:FRAMe<*>:FLD<*>:ENABle value: bool = driver.bus.cmsb.filterPy.frame.fld.enable.get(bus = repcap.Bus.Default, busFrameNull = repcap.BusFrameNull.Default, busFieldNull = repcap.BusFieldNull.Default)
Enables or disables the specific field within the defined 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’)
busFieldNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Fld’)
- Returns:
cond_enabler: OFF | ON
- set(cond_enabler: bool, bus=Bus.Default, busFrameNull=BusFrameNull.Default, busFieldNull=BusFieldNull.Default) None[source]
# BUS<*>:CMSB:FILTer:FRAMe<*>:FLD<*>:ENABle driver.bus.cmsb.filterPy.frame.fld.enable.set(cond_enabler = False, bus = repcap.Bus.Default, busFrameNull = repcap.BusFrameNull.Default, busFieldNull = repcap.BusFieldNull.Default)
Enables or disables the specific field within the defined frame to be filtered.
- Parameters:
cond_enabler – 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’)
busFieldNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Fld’)