Phase

SCPI Command :

SBUS<*>:MANCh:DATA:PHASe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(serialBus=SerialBus.Default) SbusManchDataPhase[source]
# SBUS<*>:MANCh:DATA:PHASe
value: enums.SbusManchDataPhase = driver.sbus.manch.data.phase.get(serialBus = repcap.SerialBus.Default)

Sets the phase for the data line.

Parameters:

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

Returns:

data_phase: FEDGe | SEDGe

  • FEDGe: Selects capturing data bits on the clock’s first (rising) edge.

  • SEDGe: Selects capturing data bits on the clock’s second (falling) edge.

set(data_phase: SbusManchDataPhase, serialBus=SerialBus.Default) None[source]
# SBUS<*>:MANCh:DATA:PHASe
driver.sbus.manch.data.phase.set(data_phase = enums.SbusManchDataPhase.FEDGe, serialBus = repcap.SerialBus.Default)

Sets the phase for the data line.

Parameters:
  • data_phase

    FEDGe | SEDGe

    • FEDGe: Selects capturing data bits on the clock’s first (rising) edge.

    • SEDGe: Selects capturing data bits on the clock’s second (falling) edge.

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