BbMm2

SCPI Command :

SCONfiguration:DIQ:BBMM2:CHANnels
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_channels() SystConfHsChannels[source]
# SCONfiguration:DIQ:BBMM2:CHANnels
value: enums.SystConfHsChannels = driver.sconfiguration.diq.bbMm2.get_channels()

In method RsSmw.sconfiguration.output.mode() HSDigital | HSAL, sets the number of digital channels on the HS DIG I/Q interface. The total number of enabled channels on all HS DIG I/Q interface must not exceed 8.

Returns:

dig_iq_hs_bbmm_2_cha: CH0 | CH1 | CH2 | CH3 | CH4 | CH5 | CH6 | CH7 | CH8

set_channels(dig_iq_hs_bbmm_2_cha: SystConfHsChannels) None[source]
# SCONfiguration:DIQ:BBMM2:CHANnels
driver.sconfiguration.diq.bbMm2.set_channels(dig_iq_hs_bbmm_2_cha = enums.SystConfHsChannels.CH0)

In method RsSmw.sconfiguration.output.mode() HSDigital | HSAL, sets the number of digital channels on the HS DIG I/Q interface. The total number of enabled channels on all HS DIG I/Q interface must not exceed 8.

Parameters:

dig_iq_hs_bbmm_2_cha – CH0 | CH1 | CH2 | CH3 | CH4 | CH5 | CH6 | CH7 | CH8