rosc
¶
The rosc commands module.
These commands are used in the following models: DPO4K, DPO4KB, MDO3, MDO3K, MDO4K, MDO4KB, MDO4KC, MSO2, MSO4K, MSO4KB
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- ROSc:SOUrce {EXTernal|INTERnal}
- ROSc:SOUrce?
- ROSc:STATE?
Rosc
¶
Bases: SCPICmdRead
The ROSc command tree.
Usage
- Using the
.query()method will send theROSc?query. - Using the
.verify(value)method will send theROSc?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.source: TheROSc:SOUrcecommand..state: TheROSc:STATEcommand.
source
property
¶
source: RoscSource
Return the ROSc:SOUrce command.
Description
- This command sets or queries the selected source for the time base reference oscillator. The reference oscillator locks to this source. Depending on the command argument that you specify, you can use an external reference or use the internal crystal oscillator as the time base reference.
Usage
- Using the
.query()method will send theROSc:SOUrce?query. - Using the
.verify(value)method will send theROSc:SOUrce?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theROSc:SOUrce valuecommand.
SCPI Syntax
- ROSc:SOUrce {EXTernal|INTERnal}
- ROSc:SOUrce?
Info
INTERnalspecifies the internal 10 MHz crystal oscillator as the time base reference.EXTernalspecifies the user-supplied external signal as the time base reference.
state
property
¶
state: RoscState
Return the ROSc:STATE command.
Description
- This query-only command returns whether the time base reference oscillator is locked. This command will return either LOCKED or UNLOCKED.
Usage
- Using the
.query()method will send theROSc:STATE?query. - Using the
.verify(value)method will send theROSc:STATE?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- ROSc:STATE?
RoscSource
¶
Bases: SCPICmdWrite, SCPICmdRead
The ROSc:SOUrce command.
Description
- This command sets or queries the selected source for the time base reference oscillator. The reference oscillator locks to this source. Depending on the command argument that you specify, you can use an external reference or use the internal crystal oscillator as the time base reference.
Usage
- Using the
.query()method will send theROSc:SOUrce?query. - Using the
.verify(value)method will send theROSc:SOUrce?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theROSc:SOUrce valuecommand.
SCPI Syntax
- ROSc:SOUrce {EXTernal|INTERnal}
- ROSc:SOUrce?
Info
INTERnalspecifies the internal 10 MHz crystal oscillator as the time base reference.EXTernalspecifies the user-supplied external signal as the time base reference.
RoscState
¶
Bases: SCPICmdRead
The ROSc:STATE command.
Description
- This query-only command returns whether the time base reference oscillator is locked. This command will return either LOCKED or UNLOCKED.
Usage
- Using the
.query()method will send theROSc:STATE?query. - Using the
.verify(value)method will send theROSc:STATE?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- ROSc:STATE?