Ask
SCPI Command :
[SOURce<HW>]:BB:DM:ASK:DEPTh
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_depth() float[source]
# [SOURce<HW>]:BB:DM:ASK:DEPTh value: float = driver.source.bb.dm.ask.get_depth()
Sets the ASK modulation depth for modulation type ASK.
- Returns:
depth: float Range: 0 to 100, Unit: PCT
- set_depth(depth: float) None[source]
# [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.
- Parameters:
depth – float Range: 0 to 100, Unit: PCT