Gain

SCPI Command :

[SOURce<HW>]:CEMulation:SCM:TAP<ST>:SUBCluster<DI>:GAIN
class GainCls[source]

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

get(mimoTap=MimoTap.Default, subCluster=SubCluster.Default) float[source]
# SCPI: [SOURce<HW>]:CEMulation:SCM:TAP<ST>:SUBCluster<DI>:GAIN
value: float = driver.source.cemulation.scm.tap.subCluster.gain.get(mimoTap = repcap.MimoTap.Default, subCluster = repcap.SubCluster.Default)

No command help available

param mimoTap:

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

param subCluster:

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

return:

gain: No help available

set(gain: float, mimoTap=MimoTap.Default, subCluster=SubCluster.Default) None[source]
# SCPI: [SOURce<HW>]:CEMulation:SCM:TAP<ST>:SUBCluster<DI>:GAIN
driver.source.cemulation.scm.tap.subCluster.gain.set(gain = 1.0, mimoTap = repcap.MimoTap.Default, subCluster = repcap.SubCluster.Default)

No command help available

param gain:

No help available

param mimoTap:

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

param subCluster:

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