EutCharacter

SCPI Commands

CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:EUTCharacter:OPCMode
CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:EUTCharacter:SNBehaviour
CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:EUTCharacter:TCPChange
CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:EUTCharacter:RLSettling
class EutCharacter[source]

EutCharacter commands group definition. 4 total commands, 0 Sub-groups, 4 group commands

get_opc_mode()bool[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:EUTCharacter:OPCMode
value: bool = driver.configure.connection.eutCharacter.get_opc_mode()

No command help available

return

opc_mode: No help available

get_rl_settling()float[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:EUTCharacter:RLSettling
value: float = driver.configure.connection.eutCharacter.get_rl_settling()

No command help available

return

settling_time: No help available

get_sn_behaviour()RsCmwBluetoothSig.enums.SequenceNumbering[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:EUTCharacter:SNBehaviour
value: enums.SequenceNumbering = driver.configure.connection.eutCharacter.get_sn_behaviour()

No command help available

return

seq_numbering: No help available

get_tcp_change()bool[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:EUTCharacter:TCPChange
value: bool = driver.configure.connection.eutCharacter.get_tcp_change()

No command help available

return

tcp_change: No help available

set_opc_mode(opc_mode: bool)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:EUTCharacter:OPCMode
driver.configure.connection.eutCharacter.set_opc_mode(opc_mode = False)

No command help available

param opc_mode

No help available

set_rl_settling(settling_time: float)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:EUTCharacter:RLSettling
driver.configure.connection.eutCharacter.set_rl_settling(settling_time = 1.0)

No command help available

param settling_time

No help available

set_sn_behaviour(seq_numbering: RsCmwBluetoothSig.enums.SequenceNumbering)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:EUTCharacter:SNBehaviour
driver.configure.connection.eutCharacter.set_sn_behaviour(seq_numbering = enums.SequenceNumbering.NORM)

No command help available

param seq_numbering

No help available

set_tcp_change(tcp_change: bool)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:EUTCharacter:TCPChange
driver.configure.connection.eutCharacter.set_tcp_change(tcp_change = False)

No command help available

param tcp_change

No help available