Ppulse

SCPI Command :

BUS<*>:SENT:PPULse
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) BusSentPausePulse[source]
# BUS<*>:SENT:PPULse
value: enums.BusSentPausePulse = driver.bus.sent.ppulse.get(bus = repcap.Bus.Default)

Determines if a pause pulse is part of the SENT transmission sequence.

Parameters:

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

Returns:

pause_pulse: NPP | PP | PPFL

  • NPP: Transmits the SENT message without pause pulse.

  • PP: Transmits the message with a fixed pulse length, automatically calculated.

  • PPFL: Transmits the pause pulse with a user-defined frame length to obtain a transmission sequence with constant length.

set(pause_pulse: BusSentPausePulse, bus=Bus.Default) None[source]
# BUS<*>:SENT:PPULse
driver.bus.sent.ppulse.set(pause_pulse = enums.BusSentPausePulse.NPP, bus = repcap.Bus.Default)

Determines if a pause pulse is part of the SENT transmission sequence.

Parameters:
  • pause_pulse

    NPP | PP | PPFL

    • NPP: Transmits the SENT message without pause pulse.

    • PP: Transmits the message with a fixed pulse length, automatically calculated.

    • PPFL: Transmits the pause pulse with a user-defined frame length to obtain a transmission sequence with constant length.

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