Ask
SCPI Command :
[SOURce<HW>]:BB:DM:ASK:DEPTh
- class AskCls[source]
Ask commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_depth() float [source]
# SCPI: [SOURce<HW>]:BB:DM:ASK:DEPTh value: float = driver.source.bb.dm.ask.get_depth()
Sets the ASK modulation depth for modulation type ASK.
- return:
depth: float Range: 0 to 100, Unit: PCT
- set_depth(depth: float) None [source]
# SCPI: [SOURce<HW>]:BB:DM:ASK:DEPTh driver.source.bb.dm.ask.set_depth(depth = 1.0)
Sets the ASK modulation depth for modulation type ASK.
- param depth:
float Range: 0 to 100, Unit: PCT