SgeValue

SCPI Command :

SEARch:TRIGger:CAN:SYMBolic:SGEValue
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search_name: str) int[source]
# SEARch:TRIGger:CAN:SYMBolic:SGEValue
value: int = driver.search.trigger.can.symbolic.sgeValue.get(search_name = 'abc')

Sets a symbolic data value for signals with enumerated values.

Parameters:

search_name – String that contains the search definition name

Returns:

sign_enum_val: Numeric value according to the value definition in the DBC file

set(search_name: str, sign_enum_val: int) None[source]
# SEARch:TRIGger:CAN:SYMBolic:SGEValue
driver.search.trigger.can.symbolic.sgeValue.set(search_name = 'abc', sign_enum_val = 1)

Sets a symbolic data value for signals with enumerated values.

Parameters:
  • search_name – String that contains the search definition name

  • sign_enum_val – Numeric value according to the value definition in the DBC file