Order

SCPI Command :

BUS<*>:CDR:PLL:ORDer
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) CdrPllOrder[source]
# BUS<*>:CDR:PLL:ORDer
value: enums.CdrPllOrder = driver.bus.cdr.pll.order.get(bus = repcap.Bus.Default)

Sets the order of the PLL: first or second order. PLL of higher order can compensate for more complex jitter behavior.

Parameters:

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

Returns:

pll_order: FIRSt | SECond

set(pll_order: CdrPllOrder, bus=Bus.Default) None[source]
# BUS<*>:CDR:PLL:ORDer
driver.bus.cdr.pll.order.set(pll_order = enums.CdrPllOrder.FIRSt, bus = repcap.Bus.Default)

Sets the order of the PLL: first or second order. PLL of higher order can compensate for more complex jitter behavior.

Parameters:
  • pll_order – FIRSt | SECond

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