Smodulation
SCPI Commands :
[SOURce<HW>]:BB:DM:SMODulation:BORDer
[SOURce<HW>]:BB:DM:SMODulation:CDTDeviation
- class SmodulationCls[source]
Smodulation commands group definition. 7 total commands, 4 Subgroups, 2 group commands
- get_border() RsSmw.enums.BitOrder [source]
# SCPI: [SOURce<HW>]:BB:DM:SMODulation:BORDer value: enums.BitOrder = driver.source.bb.dm.smodulation.get_border()
Sets the bit order for processing extern serial data.
- return
bit_order: LSBit| MSBit
- get_cdt_deviation() float [source]
# SCPI: [SOURce<HW>]:BB:DM:SMODulation:CDTDeviation value: float = driver.source.bb.dm.smodulation.get_cdt_deviation()
Queries the timing deviations (time offset) between the clock and the data signals.
- return
deviation: float Range: -5E-3 to 5E-3
- set_border(bit_order: RsSmw.enums.BitOrder) None [source]
# SCPI: [SOURce<HW>]:BB:DM:SMODulation:BORDer driver.source.bb.dm.smodulation.set_border(bit_order = enums.BitOrder.LSBit)
Sets the bit order for processing extern serial data.
- param bit_order
LSBit| MSBit
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.dm.smodulation.clone()
Subgroups