PpfLength
SCPI Command :
BUS<*>:SENT:PPFLength
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) int[source]
# BUS<*>:SENT:PPFLength value: int = driver.bus.sent.ppfLength.get(bus = repcap.Bus.Default)
Defines a constant transmission sequence length. To select the fixed sequence length, set BUS:SENT:PPUL PPFL.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
frame_length: 104 to 922
- set(frame_length: int, bus=Bus.Default) None[source]
# BUS<*>:SENT:PPFLength driver.bus.sent.ppfLength.set(frame_length = 1, bus = repcap.Bus.Default)
Defines a constant transmission sequence length. To select the fixed sequence length, set BUS:SENT:PPUL PPFL.
- Parameters:
frame_length – 104 to 922
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)