Schannel

SCPI Command :

[SOURce<HW>]:BB:C2K:PPARameter:TCHannel:SCHannel:COUNt
class SchannelCls[source]

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

get_count() int[source]
# SCPI: [SOURce<HW>]:BB:C2K:PPARameter:TCHannel:SCHannel:COUNt
value: int = driver.source.bb.c2K.pparameter.tchannel.schannel.get_count()

Sets the number of supplemental channels. The maximum number of supplemental channels depends on the selected radio configuration. The setting takes effect only after execution of command [:SOURce<hw>]:BB:C2K:PPARameter:EXECute. It is specific for the selected radio configuration.

return

count: integer Range: 0 to 7

set_count(count: int) None[source]
# SCPI: [SOURce<HW>]:BB:C2K:PPARameter:TCHannel:SCHannel:COUNt
driver.source.bb.c2K.pparameter.tchannel.schannel.set_count(count = 1)

Sets the number of supplemental channels. The maximum number of supplemental channels depends on the selected radio configuration. The setting takes effect only after execution of command [:SOURce<hw>]:BB:C2K:PPARameter:EXECute. It is specific for the selected radio configuration.

param count

integer Range: 0 to 7