Enable
SCPI Command :
SEARch:TRIGger:CMSB:FRAMe<*>:ENABle
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str, busFrameNull=BusFrameNull.Default) bool[source]
# SEARch:TRIGger:CMSB:FRAMe<*>:ENABle value: bool = driver.search.trigger.cmsb.frame.enable.get(search = 'abc', busFrameNull = repcap.BusFrameNull.Default)
Enables or disables the checking condition for searching a specific data pattern in the selected field of the selected frame.
- Parameters:
search –
OFF | ON
ON: Checking condition enabled
OFF: Checking condition disabled
busFrameNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Frame’)
- set(search: str, enable: bool, busFrameNull=BusFrameNull.Default) None[source]
# SEARch:TRIGger:CMSB:FRAMe<*>:ENABle driver.search.trigger.cmsb.frame.enable.set(search = 'abc', enable = False, busFrameNull = repcap.BusFrameNull.Default)
Enables or disables the checking condition for searching a specific data pattern in the selected field of the selected frame.
- Parameters:
busFrameNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Frame’)