Pinterval

SCPI Command :

[SOURce<HW>]:BB:C2K:BSTation<ST>:PDCHannel:PINTerval
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(baseStation=BaseStation.Default) float[source]
# [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.

Parameters:

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

Returns:

pinterval: float Range: 5 ms to 2000 ms

set(pinterval: float, baseStation=BaseStation.Default) None[source]
# [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.

Parameters:
  • pinterval – float Range: 5 ms to 2000 ms

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