Off

SCPI Command :

[SOURce<HW>]:REGenerator:OBJect<CH>:HOLD:OFF
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(objectIx=ObjectIx.Default) float[source]
# [SOURce<HW>]:REGenerator:OBJect<CH>:HOLD:OFF
value: float = driver.source.regenerator.object.hold.off.get(objectIx = repcap.ObjectIx.Default)

Enters a time delay form the simulation start time to the moment at that an object appears for the first time.

Parameters:

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

Returns:

holdoff: float Range: 0 to 35999.999, Unit: s

set(holdoff: float, objectIx=ObjectIx.Default) None[source]
# [SOURce<HW>]:REGenerator:OBJect<CH>:HOLD:OFF
driver.source.regenerator.object.hold.off.set(holdoff = 1.0, objectIx = repcap.ObjectIx.Default)

Enters a time delay form the simulation start time to the moment at that an object appears for the first time.

Parameters:
  • holdoff – float Range: 0 to 35999.999, Unit: s

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