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.bluetooth.measurement.multiEval.get_threshold()
Defines the trigger threshold for the power trigger.
- return:
power: (float or boolean) No help available
- get_timeout() float[source]
# SCPI: TRIGger:BLUetooth:MEASurement<Instance>:MEValuation:TOUT value: float or bool = driver.trigger.bluetooth.measurement.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) No help available
- set_threshold(power: float) None[source]
# SCPI: TRIGger:BLUetooth:MEASurement<Instance>:MEValuation:THReshold driver.trigger.bluetooth.measurement.multiEval.set_threshold(power = 1.0)
Defines the trigger threshold for the power trigger.
- param power:
(float or boolean) No help available
- set_timeout(trigger_timeout: float) None[source]
# SCPI: TRIGger:BLUetooth:MEASurement<Instance>:MEValuation:TOUT driver.trigger.bluetooth.measurement.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) No help available