Time

SCPI Command :

FETCh<n>:SUMMary:PULSe:RISE:TIME
class TimeCls[source]

Time commands group definition. 8 total commands, 4 Subgroups, 1 group commands

get(window=Window.Default) str[source]
# SCPI: FETCh<n>:SUMMary:PULSe:RISE:TIME
value: str = driver.applications.k149Uwb.fetch.summary.pulse.rise.time.get(window = repcap.Window.Default)

No command help available

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fetch’)

return

result: numeric value

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.applications.k149Uwb.fetch.summary.pulse.rise.time.clone()

Subgroups