Enable
SCPI Command :
SEARch:TRIGger:I3C:FRAMe<*>:ENABle
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str, busFrameNull=BusFrameNull.Default) bool[source]
# SEARch:TRIGger:I3C:FRAMe<*>:ENABle value: bool = driver.search.trigger.i3C.frame.enable.get(search = 'abc', busFrameNull = repcap.BusFrameNull.Default)
Enables or disables the specific frame to be filtered on.
- Parameters:
busFrameNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Frame’)
- Returns:
enable: OFF | ON
- set(search: str, enable: bool, busFrameNull=BusFrameNull.Default) None[source]
# SEARch:TRIGger:I3C:FRAMe<*>:ENABle driver.search.trigger.i3C.frame.enable.set(search = 'abc', enable = False, busFrameNull = repcap.BusFrameNull.Default)
Enables or disables the specific frame to be filtered on.
- Parameters:
enable – OFF | ON
busFrameNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Frame’)