Synchronise

SCPI Command :

CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:SYNChronise
class SynchroniseCls[source]

Synchronise commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class SynchroniseStruct[source]

Response structure. Fields:

  • Min_No_Valid_Bursts: int: No parameter help available

  • Syn_Check_Filter: int: No parameter help available

  • Max_Invalid_Burst: int: No parameter help available

get() SynchroniseStruct[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:SYNChronise
value: SynchroniseStruct = driver.configure.multiEval.synchronise.get()

No command help available

return:

structure: for return value, see the help for SynchroniseStruct structure arguments.

set(min_no_valid_bursts: int, syn_check_filter: int, max_invalid_burst: int) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:SYNChronise
driver.configure.multiEval.synchronise.set(min_no_valid_bursts = 1, syn_check_filter = 1, max_invalid_burst = 1)

No command help available

param min_no_valid_bursts:

No help available

param syn_check_filter:

No help available

param max_invalid_burst:

No help available