Clock
SCPI Commands :
[SOURce<HW>]:BB:BTOoth:CLOCk:MODE
[SOURce<HW>]:BB:BTOoth:CLOCk:MULTiplier
[SOURce<HW>]:BB:BTOoth:CLOCk:SOURce
- Commands in total: 3Subgroups: 0Direct child commands: 3
- get_mode() ClocModeB[source]
# [SOURce<HW>]:BB:BTOoth:CLOCk:MODE value: enums.ClocModeB = driver.source.bb.btooth.clock.get_mode()
Sets the type of externally supplied clock.
- Returns:
mode: SAMPle
- get_multiplier() int[source]
# [SOURce<HW>]:BB:BTOoth:CLOCk:MULTiplier value: int = driver.source.bb.btooth.clock.get_multiplier()
No help available
- get_source() ClockSourceC[source]
# [SOURce<HW>]:BB:BTOoth:CLOCk:SOURce value: enums.ClockSourceC = driver.source.bb.btooth.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