Schannel

SCPI Command :

[SOURce<HW>]:BB:C2K:PPARameter:TCHannel:SCHannel:COUNt
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_count() int[source]
# [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 method RsSmw.source.bb.c2K.pparameter.execute.set() . It is specific for the selected radio configuration.

Returns:

count: integer Range: 0 to 7

set_count(count: int) None[source]
# [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 method RsSmw.source.bb.c2K.pparameter.execute.set() . It is specific for the selected radio configuration.

Parameters:

count – integer Range: 0 to 7