PiChannel

SCPI Command :

[SOURce<HW>]:BB:C2K:PPARameter:PICHannel:[STATe]
class PiChannelCls[source]

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

get_state() bool[source]
# SCPI: [SOURce<HW>]:BB:C2K:PPARameter:PICHannel:[STATe]
value: bool = driver.source.bb.c2K.pparameter.piChannel.get_state()

The command activates/deactivates the pilot channel. The setting takes effect only after execution of command [:SOURce<hw>]:BB:C2K:PPARameter:EXECute.

return

state: 1| ON| 0| OFF

set_state(state: bool) None[source]
# SCPI: [SOURce<HW>]:BB:C2K:PPARameter:PICHannel:[STATe]
driver.source.bb.c2K.pparameter.piChannel.set_state(state = False)

The command activates/deactivates the pilot channel. The setting takes effect only after execution of command [:SOURce<hw>]:BB:C2K:PPARameter:EXECute.

param state

1| ON| 0| OFF