Enable
SCPI Command :
SEARch:TRIGger:CANXl:FRAMe<*>:FLD<*>:ENABle
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str, busFrameNull=BusFrameNull.Default, busFieldNull=BusFieldNull.Default) bool[source]
# SEARch:TRIGger:CANXl:FRAMe<*>:FLD<*>:ENABle value: bool = driver.search.trigger.canXl.frame.fld.enable.get(search = 'abc', busFrameNull = repcap.BusFrameNull.Default, busFieldNull = repcap.BusFieldNull.Default)
Enables or disables the checking condition for 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
- set(search: str, cond_enabler: bool, busFrameNull=BusFrameNull.Default, busFieldNull=BusFieldNull.Default) None[source]
# SEARch:TRIGger:CANXl:FRAMe<*>:FLD<*>:ENABle driver.search.trigger.canXl.frame.fld.enable.set(search = 'abc', cond_enabler = False, busFrameNull = repcap.BusFrameNull.Default, busFieldNull = repcap.BusFieldNull.Default)
Enables or disables the checking condition for the selected field of the selected frame.
- Parameters:
cond_enabler – OFF | ON
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’)