Preparing search index...
The search index is not available
FrontPanel Platform API - v0.5.0
FrontPanel Platform API
IPLL22150OutputConfiguration
Interface IPLL22150OutputConfiguration
interface
IPLL22150OutputConfiguration
{
enabled
:
boolean
;
get
frequency
():
number
;
source
:
PLL22150ClockSource
;
}
Index
Accessors
enabled
frequency
source
Accessors
enabled
get
enabled
(
)
:
boolean
Output enable.
Returns
boolean
set
enabled
(
value
)
:
void
Parameters
value
:
boolean
Returns
void
frequency
get
frequency
(
)
:
number
Output frequency in MHz.
Returns
number
source
get
source
(
)
:
PLL22150ClockSource
Output source value.
Returns
PLL22150ClockSource
set
source
(
value
)
:
void
Parameters
value
:
PLL22150ClockSource
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
enabled
frequency
source
FrontPanel Platform API - v0.5.0
Loading...
Output enable.