Correlation

SCPI Commands

CONFigure:BLUetooth:SIGNaling<Instance>:DEBug:RX:CORRelation:THReshold
CONFigure:BLUetooth:SIGNaling<Instance>:DEBug:RX:CORRelation:TIMeout
class Correlation[source]

Correlation commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

get_threshold()str[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:DEBug:RX:CORRelation:THReshold
value: str = driver.configure.debug.rx.correlation.get_threshold()

No command help available

return

threshold: No help available

get_timeout()str[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:DEBug:RX:CORRelation:TIMeout
value: str = driver.configure.debug.rx.correlation.get_timeout()

No command help available

return

timeout: No help available

set_threshold(threshold: str)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:DEBug:RX:CORRelation:THReshold
driver.configure.debug.rx.correlation.set_threshold(threshold = r1)

No command help available

param threshold

No help available

set_timeout(timeout: str)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:DEBug:RX:CORRelation:TIMeout
driver.configure.debug.rx.correlation.set_timeout(timeout = r1)

No command help available

param timeout

No help available