Trigger

SCPI Command :

[SOURce<HW>]:[BB]:DME:PINPut:TRIGger:SEARch
class TriggerCls[source]

Trigger commands group definition. 3 total commands, 1 Subgroups, 1 group commands

get_search() bool[source]
# SCPI: [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.

return

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

Cloning the Group

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

Subgroups