State

SCPI Command :

[SOURce]:IQ:OUTPut:DIGital:BBMM<CH>:SRATe:COMMon:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(iqConnector=IqConnector.Default) bool[source]
# [SOURce]:IQ:OUTPut:DIGital:BBMM<CH>:SRATe:COMMon:STATe
value: bool = driver.source.iq.output.digital.bbmm.symbolRate.common.state.get(iqConnector = repcap.IqConnector.Default)

If enabled, the same sample rate value is applied to all channels.

Parameters:

iqConnector – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bbmm’)

Returns:

dig_iq_hs_com_state: 1 | ON | 0| OFF

set(dig_iq_hs_com_state: bool, iqConnector=IqConnector.Default) None[source]
# [SOURce]:IQ:OUTPut:DIGital:BBMM<CH>:SRATe:COMMon:STATe
driver.source.iq.output.digital.bbmm.symbolRate.common.state.set(dig_iq_hs_com_state = False, iqConnector = repcap.IqConnector.Default)

If enabled, the same sample rate value is applied to all channels.

Parameters:
  • dig_iq_hs_com_state – 1 | ON | 0| OFF

  • iqConnector – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bbmm’)