PpfLength
SCPI Command :
SBUS<*>:SENT:PPFLength
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default) int[source]
# SBUS<*>:SENT:PPFLength value: int = driver.sbus.sent.ppfLength.get(serialBus = repcap.SerialBus.Default)
Specifies the fixed frame length in terms of ticks, which requires setting the pause pulse (method
RsMxo.sbus.sent.ppulse.set()) to PPFL.- Parameters:
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)
- Returns:
frame_length: 104 to 922
- set(frame_length: int, serialBus=SerialBus.Default) None[source]
# SBUS<*>:SENT:PPFLength driver.sbus.sent.ppfLength.set(frame_length = 1, serialBus = repcap.SerialBus.Default)
Specifies the fixed frame length in terms of ticks, which requires setting the pause pulse (method
RsMxo.sbus.sent.ppulse.set()) to PPFL.- Parameters:
frame_length – 104 to 922
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)