Begin
SCPI Command :
[SENSe]:HOP:TIMing:BEGin
- class BeginCls[source]
Begin commands group definition. 5 total commands, 4 Subgroups, 1 group commands
- get(query_range: RsFsw.enums.SelectionRange) float [source]
# SCPI: [SENSe]:HOP:TIMing:BEGin value: float = driver.applications.k60Transient.sense.hop.timing.begin.get(query_range = enums.SelectionRange.ALL)
Returns the begin times from the Results table for the specified hop(s) . The begin time is the relative time (in ms) from the capture start at which the signal first enters the tolerance area of a nominal hop (within the analysis region) .
- param query_range
SELected | CURRent | ALL SELected Selected hop CURRent Detected hops in the current capture buffer ALL All hops detected in the entire measurement
- return
result: SELected | CURRent | ALL SELected Selected hop CURRent Detected hops in the current capture buffer ALL All hops detected in the entire measurement
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.applications.k60Transient.sense.hop.timing.begin.clone()
Subgroups