Pinterval

SCPI Command :

[SOURce<HW>]:BB:C2K:BSTation<ST>:PDCHannel:PINTerval
class PintervalCls[source]

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

get(baseStation=BaseStation.Default) float[source]
# SCPI: [SOURce<HW>]:BB:C2K:BSTation<ST>:PDCHannel:PINTerval
value: float = driver.source.bb.c2K.bstation.pdChannel.pinterval.get(baseStation = repcap.BaseStation.Default)

The command sets the interval between two data packets for F-PDCH. The range depends on the ARB settings sequence length (BB:C2K:SLENgth) . The values 80 ms, 40 ms, 20 ms, 10 ms and 5 ms can always be set, and the maximum value is 2000 ms. All intermediate values must satisfy the condition: Sequence Length * 80ms/2^n, where n is a whole number.

param baseStation

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

return

pinterval: float Range: 5 ms to 2000 ms

set(pinterval: float, baseStation=BaseStation.Default) None[source]
# SCPI: [SOURce<HW>]:BB:C2K:BSTation<ST>:PDCHannel:PINTerval
driver.source.bb.c2K.bstation.pdChannel.pinterval.set(pinterval = 1.0, baseStation = repcap.BaseStation.Default)

The command sets the interval between two data packets for F-PDCH. The range depends on the ARB settings sequence length (BB:C2K:SLENgth) . The values 80 ms, 40 ms, 20 ms, 10 ms and 5 ms can always be set, and the maximum value is 2000 ms. All intermediate values must satisfy the condition: Sequence Length * 80ms/2^n, where n is a whole number.

param pinterval

float Range: 5 ms to 2000 ms

param baseStation

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