Clock

SCPI Commands :

[SOURce<HW>]:BB:GBAS:CLOCk:MODE
[SOURce<HW>]:BB:GBAS:CLOCk:MULTiplier
[SOURce<HW>]:BB:GBAS:CLOCk:SOURce
class ClockCls[source]

Clock commands group definition. 3 total commands, 0 Subgroups, 3 group commands

get_mode() RsSmbv.enums.ClocModeB[source]
# SCPI: [SOURce<HW>]:BB:GBAS:CLOCk:MODE
value: enums.ClocModeB = driver.source.bb.gbas.clock.get_mode()

Sets the type of the external clock.

return

mode: MSAMple| SAMPle

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

No command help available

return

multiplier: No help available

get_source() RsSmbv.enums.ClockSourceB[source]
# SCPI: [SOURce<HW>]:BB:GBAS:CLOCk:SOURce
value: enums.ClockSourceB = driver.source.bb.gbas.clock.get_source()


    INTRO_CMD_HELP: Selects the clock source.

    - INTernal: Internal clock reference.

    :return: source: INTernal
set_mode(mode: RsSmbv.enums.ClocModeB) None[source]
# SCPI: [SOURce<HW>]:BB:GBAS:CLOCk:MODE
driver.source.bb.gbas.clock.set_mode(mode = enums.ClocModeB.MSAMple)

Sets the type of the external clock.

param mode

MSAMple| SAMPle

set_multiplier(multiplier: int) None[source]
# SCPI: [SOURce<HW>]:BB:GBAS:CLOCk:MULTiplier
driver.source.bb.gbas.clock.set_multiplier(multiplier = 1)

No command help available

param multiplier

No help available

set_source(source: RsSmbv.enums.ClockSourceB) None[source]
# SCPI: [SOURce<HW>]:BB:GBAS:CLOCk:SOURce
driver.source.bb.gbas.clock.set_source(source = enums.ClockSourceB.AINTernal)


    INTRO_CMD_HELP: Selects the clock source.

    - INTernal: Internal clock reference.

    :param source: INTernal