Pindex

SCPI Command :

[SOURce<HW>]:BB:BTOoth:TRIGger:OUTPut<CH>:PINDex
class PindexCls[source]

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

get(output=Output.Default) int[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:TRIGger:OUTPut<CH>:PINDex
value: int = driver.source.bb.btooth.trigger.output.pindex.get(output = repcap.Output.Default)

For Bluetooth LE data packets higher than one, sets the packet index. The index corresponds to the transmitted Tx event during the connection interval.

param output:

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

return:

pindex: integer Range: 1 to depends on ‘No. Of Tx Packets/Event’ parameter

set(pindex: int, output=Output.Default) None[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:TRIGger:OUTPut<CH>:PINDex
driver.source.bb.btooth.trigger.output.pindex.set(pindex = 1, output = repcap.Output.Default)

For Bluetooth LE data packets higher than one, sets the packet index. The index corresponds to the transmitted Tx event during the connection interval.

param pindex:

integer Range: 1 to depends on ‘No. Of Tx Packets/Event’ parameter

param output:

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