Level

SCPI Commands :

[SOURce<HW>]:[BB]:DME:PINPut:TRIGger:LEVel:OK
[SOURce<HW>]:[BB]:DME:PINPut:TRIGger:LEVel
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_ok() bool[source]
# [SOURce<HW>]:[BB]:DME:PINPut:TRIGger:LEVel:OK
value: bool = driver.source.bb.dme.pinput.trigger.level.get_ok()

Queries, if the search trigger level procedure determines a valid trigger level or not. Use this query for quick check, if there is a valid trigger level without running the search trigger level procedure via the following command:

Returns:

is_trig_lev_ok: 1 | ON | 0| OFF 1 | ON Valid trigger level 0 | OFF Invalid trigger level

get_value() float[source]
# [SOURce<HW>]:[BB]:DME:PINPut:TRIGger:LEVel
value: float = driver.source.bb.dme.pinput.trigger.level.get_value()

Queries the last measured value of the trigger power level. This level is the 50% voltage point of the first pulse of the external DME interrogation signal.

Returns:

trigger_level: float Range: -200 to 200