Time

SCPI Command :

CALCulate<n>:TABLe:EMODel:FLPTime
Commands in total: 3
Subgroups: 1
Direct child commands: 1
get(window=Window.Default) bool[source]
# CALCulate<n>:TABLe:EMODel:FLPTime
value: bool = driver.applications.k6Pulse.calculate.table.emodel.fallLowPoint.time.get(window = repcap.Window.Default)

If enabled, the Fall Low Point Time is included in the result tables.

Parameters:

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

Returns:

state: ON | OFF | 1 | 0

set(state: bool, window=Window.Default) None[source]
# CALCulate<n>:TABLe:EMODel:FLPTime
driver.applications.k6Pulse.calculate.table.emodel.fallLowPoint.time.set(state = False, window = repcap.Window.Default)

If enabled, the Fall Low Point Time is included in the result tables.

Parameters:
  • state – ON | OFF | 1 | 0

  • window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)

Cloning the Group

# Create a copy of the original group, that exists independently
time_copy = driver.applications.k6Pulse.calculate.table.emodel.fallLowPoint.time.clone()

Subgroups