Clock

SCPI Commands :

[SOURce<HW>]:BB:MCCW:CLOCk:MODE
[SOURce<HW>]:BB:MCCW:CLOCk:MULTiplier
[SOURce<HW>]:BB:MCCW:CLOCk:SOURce
[SOURce<HW>]:BB:MCCW:CLOCk
Commands in total: 6
Subgroups: 1
Direct child commands: 4
get_mode() ClocModeB[source]
# [SOURce<HW>]:BB:MCCW:CLOCk:MODE
value: enums.ClocModeB = driver.source.bb.mccw.clock.get_mode()

Sets the type of externally supplied clock.

Returns:

mode: SAMPle

get_multiplier() int[source]
# [SOURce<HW>]:BB:MCCW:CLOCk:MULTiplier
value: int = driver.source.bb.mccw.clock.get_multiplier()

No help available

get_source() ClockSourceC[source]
# [SOURce<HW>]:BB:MCCW:CLOCk:SOURce
value: enums.ClockSourceC = driver.source.bb.mccw.clock.get_source()

Selects the clock source:

  • INTernal: Internal clock reference

  • ELCLock: External local clock

  • EXTernal = ELCLock: Setting only Provided for backward compatibility with other Rohde & Schwarz signal generators

Returns:

source: INTernal | ELCLock | EXTernal

get_value() float[source]
# [SOURce<HW>]:BB:MCCW:CLOCk
value: float = driver.source.bb.mccw.clock.get_value()

Queries the output clock rate. The output clock rate depends on the number of carriers and on the selected carrier spacing.

Returns:

clock: float Range: 0 to Max

Cloning the Group

# Create a copy of the original group, that exists independently
clock_copy = driver.source.bb.mccw.clock.clone()

Subgroups