Scpir<ChannelNull>
SCPI Command :
[SOURce<HW>]:BB:GSM:AQPSk:SCPIR<CH0>
- Commands in total: 1Subgroups: 0Direct child commands: 1
Repeated Capability Setting:
# Range: Nr0 .. Nr63 driver.source.bb.gsm.aqPsk.scpir.repcap_channelNull_set(repcap.ChannelNull.Nr0)
- get(channelNull=ChannelNull.Default) float[source]
# [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.
- Parameters:
channelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Scpir’)
- Returns:
scpir: float Range: -115.1625 to 115.1625
- set(scpir: float, channelNull=ChannelNull.Default) None[source]
# [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.
- Parameters:
scpir – float Range: -115.1625 to 115.1625
channelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Scpir’)
Cloning the Group
# Create a copy of the original group, that exists independently
scpir_copy = driver.source.bb.gsm.aqPsk.scpir.clone()