ScpiRatio

SCPI Command :

[SOURce<HW>]:BB:GSM:[FRAMe<DI>]:SLOT<ST0>:[SUBChannel<US>]:[USER<CH>]:SCPIRatio
class ScpiRatioCls[source]

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

get(frameIx=FrameIx.Default, slotNull=SlotNull.Default, subChannel=SubChannel.Default, userIx=UserIx.Default) GsmBursPowerRatio[source]
# SCPI: [SOURce<HW>]:BB:GSM:[FRAMe<DI>]:SLOT<ST0>:[SUBChannel<US>]:[USER<CH>]:SCPIRatio
value: enums.GsmBursPowerRatio = driver.source.bb.gsm.frame.slot.subChannel.user.scpiRatio.get(frameIx = repcap.FrameIx.Default, slotNull = repcap.SlotNull.Default, subChannel = repcap.SubChannel.Default, userIx = repcap.UserIx.Default)

The command selects one of eight possible values for the SCPIR. The eight possible values are set using the command [:SOURce<hw>]:BB:GSM:AQPSk:SCPIR<ch0>.

param frameIx:

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

param slotNull:

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

param subChannel:

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

param userIx:

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

return:

scpi_ratio: SCPIR7| SCPIR6| SCPIR5| SCPIR4| SCPIR3| SCPIR2| SCPIR1| SCPIR0

set(scpi_ratio: GsmBursPowerRatio, frameIx=FrameIx.Default, slotNull=SlotNull.Default, subChannel=SubChannel.Default, userIx=UserIx.Default) None[source]
# SCPI: [SOURce<HW>]:BB:GSM:[FRAMe<DI>]:SLOT<ST0>:[SUBChannel<US>]:[USER<CH>]:SCPIRatio
driver.source.bb.gsm.frame.slot.subChannel.user.scpiRatio.set(scpi_ratio = enums.GsmBursPowerRatio.SCPIR0, frameIx = repcap.FrameIx.Default, slotNull = repcap.SlotNull.Default, subChannel = repcap.SubChannel.Default, userIx = repcap.UserIx.Default)

The command selects one of eight possible values for the SCPIR. The eight possible values are set using the command [:SOURce<hw>]:BB:GSM:AQPSk:SCPIR<ch0>.

param scpi_ratio:

SCPIR7| SCPIR6| SCPIR5| SCPIR4| SCPIR3| SCPIR2| SCPIR1| SCPIR0

param frameIx:

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

param slotNull:

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

param subChannel:

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

param userIx:

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