Cphase

SCPI Command :

BUS<*>:CMSB:MANChester:CPHase
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) BusCmsbCphaMode[source]
# BUS<*>:CMSB:MANChester:CPHase
value: enums.BusCmsbCphaMode = driver.bus.cmsb.manchester.cphase.get(bus = repcap.Bus.Default)

Selects the phase of the custom serial bus clock signal for the Manchester coding standards. For details, see ‘Clock Phase (Manchester) ‘.

Parameters:

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

Returns:

man_clk_phase_md: FEDGe | SEDGe

  • FEDGe: Sets the sampling edge to be on the first edge.

  • SEDGe: Sets the sampling edge to be on the second edge.

  • AUTO: Lets the decoder automatically select the method (First Edge or Second Edge) for detecting the sampling edge.

set(man_clk_phase_md: BusCmsbCphaMode, bus=Bus.Default) None[source]
# BUS<*>:CMSB:MANChester:CPHase
driver.bus.cmsb.manchester.cphase.set(man_clk_phase_md = enums.BusCmsbCphaMode.FEDGe, bus = repcap.Bus.Default)

Selects the phase of the custom serial bus clock signal for the Manchester coding standards. For details, see ‘Clock Phase (Manchester) ‘.

Parameters:
  • man_clk_phase_md

    FEDGe | SEDGe

    • FEDGe: Sets the sampling edge to be on the first edge.

    • SEDGe: Sets the sampling edge to be on the second edge.

    • AUTO: Lets the decoder automatically select the method (First Edge or Second Edge) for detecting the sampling edge.

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