Gain
SCPI Command :
[SOURce<HW>]:CEMulation:MIMO:SCWI:CLUSter<CH>:GAIN
- class GainCls[source]
Gain commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cluster=Cluster.Default) float [source]
# SCPI: [SOURce<HW>]:CEMulation:MIMO:SCWI:CLUSter<CH>:GAIN value: float = driver.source.cemulation.mimo.scwi.cluster.gain.get(cluster = repcap.Cluster.Default)
No command help available
- param cluster:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cluster’)
- return:
gain: No help available
- set(gain: float, cluster=Cluster.Default) None [source]
# SCPI: [SOURce<HW>]:CEMulation:MIMO:SCWI:CLUSter<CH>:GAIN driver.source.cemulation.mimo.scwi.cluster.gain.set(gain = 1.0, cluster = repcap.Cluster.Default)
No command help available
- param gain:
No help available
- param cluster:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cluster’)