MultiEval

SCPI Commands :

TRIGger:BLUetooth:MEASurement<Instance>:MEValuation:THReshold
TRIGger:BLUetooth:MEASurement<Instance>:MEValuation:TOUT
class MultiEvalCls[source]

MultiEval commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_threshold() float[source]
# SCPI: TRIGger:BLUetooth:MEASurement<Instance>:MEValuation:THReshold
value: float or bool = driver.trigger.multiEval.get_threshold()

Defines the trigger threshold for the power trigger.

return:

power: (float or boolean) numeric Range: -50 dB to 0 dB, Unit: dB (full scale, i.e. relative to reference level minus external attenuation)

get_timeout() float[source]
# SCPI: TRIGger:BLUetooth:MEASurement<Instance>:MEValuation:TOUT
value: float or bool = driver.trigger.multiEval.get_timeout()

Selects the maximum time that the measurement waits for a trigger event before it stops in remote control mode or indicates a trigger timeout in manual operation mode.

return:

trigger_timeout: (float or boolean) numeric | ON | OFF Range: 0.01 s to 167772.15 s Additional parameters: OFF | ON (disables timeout | enables timeout using the previous/default values) .

set_threshold(power: float) None[source]
# SCPI: TRIGger:BLUetooth:MEASurement<Instance>:MEValuation:THReshold
driver.trigger.multiEval.set_threshold(power = 1.0)

Defines the trigger threshold for the power trigger.

param power:

(float or boolean) numeric Range: -50 dB to 0 dB, Unit: dB (full scale, i.e. relative to reference level minus external attenuation)

set_timeout(trigger_timeout: float) None[source]
# SCPI: TRIGger:BLUetooth:MEASurement<Instance>:MEValuation:TOUT
driver.trigger.multiEval.set_timeout(trigger_timeout = 1.0)

Selects the maximum time that the measurement waits for a trigger event before it stops in remote control mode or indicates a trigger timeout in manual operation mode.

param trigger_timeout:

(float or boolean) numeric | ON | OFF Range: 0.01 s to 167772.15 s Additional parameters: OFF | ON (disables timeout | enables timeout using the previous/default values) .