Order
SCPI Command :
TREFerence<*>:CDR:SOFTware:PLL:ORDer
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(timingReference=TimingReference.Default) PllOrder[source]
# TREFerence<*>:CDR:SOFTware:PLL:ORDer value: enums.PllOrder = driver.treference.cdr.software.pll.order.get(timingReference = repcap.TimingReference.Default)
Sets the order of the PLL: first or second order. PLL of higher order can compensate for more complex jitter behavior.
- Parameters:
timingReference – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Treference’)
- Returns:
pll_order: FIRSt | SECond
- set(pll_order: PllOrder, timingReference=TimingReference.Default) None[source]
# TREFerence<*>:CDR:SOFTware:PLL:ORDer driver.treference.cdr.software.pll.order.set(pll_order = enums.PllOrder.FIRSt, timingReference = repcap.TimingReference.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
timingReference – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Treference’)