Ccid

SCPI Command :

[SOURce<HW>]:BB:BTOoth:CS:CDATa:CCID:STATe
class CcidCls[source]

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

get_state() bool[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:CS:CDATa:CCID:STATe
value: bool = driver.source.bb.btooth.cs.cdata.ccid.get_state()

Enables the CS configuration ID. Set this ID with the following command: [:SOURce<hw>]:BB:BTOoth:CS:CDATa:CID

return:

state: 1| ON| 0| OFF

set_state(state: bool) None[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:CS:CDATa:CCID:STATe
driver.source.bb.btooth.cs.cdata.ccid.set_state(state = False)

Enables the CS configuration ID. Set this ID with the following command: [:SOURce<hw>]:BB:BTOoth:CS:CDATa:CID

param state:

1| ON| 0| OFF