Trigger

SCPI Command :

[SOURce<HW>]:[BB]:DME:PINPut:TRIGger:SEARch
Commands in total: 3
Subgroups: 1
Direct child commands: 1
get_search() bool[source]
# [SOURce<HW>]:[BB]:DME:PINPut:TRIGger:SEARch
value: bool = driver.source.bb.dme.pinput.trigger.get_search()

Determines the trigger level that is the 50% voltage point of first pulse of the external DME interrogation signal. Determination of the trigger point requires a connected power sensor. Use a power sensor, for example the R&S NRP-Z81, to receive the external DME signal. Repeat the trigger search function when changing the level of the external DME signal.

Returns:

search: 1 | ON | 0| OFF 1 | ON No trigger level found 0 | OFF Trigger level found

Cloning the Group

# Create a copy of the original group, that exists independently
trigger_copy = driver.source.bb.dme.pinput.trigger.clone()

Subgroups