Enable
SCPI Command :
SEARch:TRIGger:TNOS:FRAMe<*>:ENABle
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str, busFrameNull=BusFrameNull.Default) bool[source]
# SEARch:TRIGger:TNOS:FRAMe<*>:ENABle value: bool = driver.search.trigger.tnos.frame.enable.get(search = 'abc', busFrameNull = repcap.BusFrameNull.Default)
Enables searching on 10BASE-T1S frames. Only the frames that match the selected search conditions are displayed.
- 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:TNOS:FRAMe<*>:ENABle driver.search.trigger.tnos.frame.enable.set(search = 'abc', enable = False, busFrameNull = repcap.BusFrameNull.Default)
Enables searching on 10BASE-T1S frames. Only the frames that match the selected search conditions are displayed.
- Parameters:
enable – OFF | ON
busFrameNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Frame’)