Off
SCPI Command :
[SOURce<HW>]:REGenerator:OBJect<CH>:HOLD:OFF
- class OffCls[source]
Off commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(objectIx=ObjectIx.Default) float [source]
# SCPI: [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.
- param objectIx:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Object’)
- return:
holdoff: float Range: 0 to 35999.999, Unit: s
- set(holdoff: float, objectIx=ObjectIx.Default) None [source]
# SCPI: [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.
- param holdoff:
float Range: 0 to 35999.999, Unit: s
- param objectIx:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Object’)