Ssymbolic
SCPI Command :
SEARch:TRIGger:CAN:SSYMbolic
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) bool[source]
# SEARch:TRIGger:CAN:SSYMbolic value: bool = driver.search.trigger.can.ssymbolic.get(search = 'abc')
Enables the symbolic search and disables all other search criteria.
- Parameters:
search – String that contains the search definition name
- Returns:
check_symbolic: OFF | ON
- set(search: str, check_symbolic: bool) None[source]
# SEARch:TRIGger:CAN:SSYMbolic driver.search.trigger.can.ssymbolic.set(search = 'abc', check_symbolic = False)
Enables the symbolic search and disables all other search criteria.
- Parameters:
search – String that contains the search definition name
check_symbolic – OFF | ON