Expression

SCPI Command :

TRIGger:ZONE:EXPRession[:DEFine]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_define() str[source]
# TRIGger:ZONE:EXPRession[:DEFine]
value: str = driver.trigger.zone.expression.get_define()

Defines the zone trigger. The available operators for the combination between the zones are AND | NOT | OR | XOR.

set_define(zn_trig_logi_expr: str) None[source]
# TRIGger:ZONE:EXPRession[:DEFine]
driver.trigger.zone.expression.set_define(zn_trig_logi_expr = 'abc')

Defines the zone trigger. The available operators for the combination between the zones are AND | NOT | OR | XOR.

Parameters:

zn_trig_logi_expr – String with the logical expression