Roscillator
SCPI Commands :
[SOURce]:ROSCillator:PRESet
[SOURce]:ROSCillator:SOURce
- class RoscillatorCls[source]
Roscillator commands group definition. 12 total commands, 3 Subgroups, 2 group commands
- get_source() RsSmbv.enums.SourceInt [source]
# SCPI: [SOURce]:ROSCillator:SOURce value: enums.SourceInt = driver.source.roscillator.get_source()
Selects between internal or external reference frequency.
- return
source: INTernal| EXTernal
- preset() None [source]
# SCPI: [SOURce]:ROSCillator:PRESet driver.source.roscillator.preset()
Resets the reference oscillator settings.
- preset_with_opc(opc_timeout_ms: int = - 1) None [source]
# SCPI: [SOURce]:ROSCillator:PRESet driver.source.roscillator.preset_with_opc()
Resets the reference oscillator settings.
Same as preset, but waits for the operation to complete before continuing further. Use the RsSmbv.utilities.opc_timeout_set() to set the timeout value.
- param opc_timeout_ms
Maximum time to wait in milliseconds, valid only for this call.
- set_source(source: RsSmbv.enums.SourceInt) None [source]
# SCPI: [SOURce]:ROSCillator:SOURce driver.source.roscillator.set_source(source = enums.SourceInt.EXTernal)
Selects between internal or external reference frequency.
- param source
INTernal| EXTernal
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.roscillator.clone()
Subgroups