
Keysight M8070A Programming Guide
183
SCPI Command Reference
5
[:SOURce]:SSCLocking[:STATe][?]
Syntax
[:SOURce]:SSCLocking[:STATe] ‘identifier’, <ON|OFF|1|0>
[:SOURce]:SSCLocking[:STATe]? ‘identifier’
Input
Parameters
‘identifier’: 'M1.ClkGen'
<ON|OFF|1|0>: Enable/disable spread spectrum clocking.
Return Range
1|0
Description
This command enables/disables spread spectrum clocking (SSC) state.
The SSC mode can be only enabled if Global SSC state is activated.
This SCPI is applicable for M8041A, M8195A, M8196A and M8045A.
Example
The below mentioned SCPI command turns ON the SSC state:
:SSCL ‘M1.ClkGen’, ON
The below mentioned SCPI command queries the SSC:
:SSCL? ‘M1.ClkGen’
1
:SOURce]:SSCLocking:GLOBal[:STATe][?]
Syntax
[:SOURce]:SSCLocking:GLOBal[:STATe] ‘identifier’, <ON|OFF|1|0>
[:SOURce]:SSCLocking:GLOBal[:STATe]? ‘identifier’
Input
Parameters
‘identifier’: 'M1.System'
<ON|OFF|1|0>: Enable/disable spread spectrum clocking.
Return Range
1|0
Description
This command turns the spread spectrum clocking (SSC) mode globally on
or off. This means that SSC will be only enable for a specific module if the
module specific SSC switch and the global SSC switch are both turned on,
otherwise SSC is disabled.
Example
SOUR:SSCL:GLOB ‘M1.System’,on.