Ecode

SCPI Command :

[SOURce<HW>]:BB:BTOoth:CS:CDATa:ECODe
class EcodeCls[source]

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

class EcodeStruct[source]

Response structure. Fields:

  • 1 Ecode: str: numeric

  • 2 Bitcount: int: integer Range: 8 to 8

get() EcodeStruct[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:CS:CDATa:ECODe
value: EcodeStruct = driver.source.bb.btooth.cs.cdata.ecode.get()

Sets an 8-bit error code. For an LL_CS_TERMINATE_IND packet, informs the remote device about the termination of the connection.

return:

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

set(ecode: str, bitcount: int) None[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:CS:CDATa:ECODe
driver.source.bb.btooth.cs.cdata.ecode.set(ecode = rawAbc, bitcount = 1)

Sets an 8-bit error code. For an LL_CS_TERMINATE_IND packet, informs the remote device about the termination of the connection.

param ecode:

numeric

param bitcount:

integer Range: 8 to 8