#!/usr/bin/env python
################################################################################
# NAME     : pllss
# PURPOSE  : plot PLL open-loop/closed-loop S-domain, Z-domain transfer functions
# AUTHOR   : Richard Booth
# DATE     : Sat Nov  9 11:05:51 2013
# -----------------------------------------------------------------------------
# NOTES    : 
################################################################################
import user, decida
from decida.PLL import PLL
PLL()
