Scpir<ChannelNull>
RepCap Settings
# Range: Nr0 .. Nr63
rc = driver.source.bb.gsm.aqPsk.scpir.repcap_channelNull_get()
driver.source.bb.gsm.aqPsk.scpir.repcap_channelNull_set(repcap.ChannelNull.Nr0)
SCPI Command :
[SOURce<HW>]:BB:GSM:AQPSk:SCPIR<CH0>
- class ScpirCls[source]
Scpir commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: ChannelNull, default value after init: ChannelNull.Nr0
- get(channelNull=ChannelNull.Default) float [source]
# SCPI: [SOURce<HW>]:BB:GSM:AQPSk:SCPIR<CH0> value: float = driver.source.bb.gsm.aqPsk.scpir.get(channelNull = repcap.ChannelNull.Default)
Sets the Subchannel Power Imbalance Ratio (SCPIR) . It is related to the angle alpha as follows: SCPIR = 20 * log10(tan alpha) dB, where the value of alpha is chosen such that |SCPIR|<=10dB.
- param channelNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Scpir’)
- return
scpir: float Range: -115.1625 to 115.1625
- set(scpir: float, channelNull=ChannelNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:GSM:AQPSk:SCPIR<CH0> driver.source.bb.gsm.aqPsk.scpir.set(scpir = 1.0, channelNull = repcap.ChannelNull.Default)
Sets the Subchannel Power Imbalance Ratio (SCPIR) . It is related to the angle alpha as follows: SCPIR = 20 * log10(tan alpha) dB, where the value of alpha is chosen such that |SCPIR|<=10dB.
- param scpir
float Range: -115.1625 to 115.1625
- param channelNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Scpir’)
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.gsm.aqPsk.scpir.clone()