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