Start
SCPI Command :
SEARch:GATE:RELative:STARt
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) float[source]
# SEARch:GATE:RELative:STARt value: float = driver.search.gate.relative.start.get(search = 'abc')
Defines the starting value for the gate.
- Parameters:
search – Search definition
- Returns:
relative_start: 0 to 100
- set(search: str, relative_start: float) None[source]
# SEARch:GATE:RELative:STARt driver.search.gate.relative.start.set(search = 'abc', relative_start = 1.0)
Defines the starting value for the gate.
- Parameters:
search – Search definition
relative_start – 0 to 100