Delay

SCPI Commands

SOURce:CURRent:PROTection:DELay:INITial
SOURce:CURRent:PROTection:DELay
class DelayCls[source]

Delay commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_initial() float[source]
# SCPI: [SOURce]:CURRent:PROTection:DELay:INITial
value: float = driver.source.current.protection.delay.get_initial()

Sets or queries the initial fuse delay time once output turns on.

return

voltage: No help available

get_value() float[source]
# SCPI: [SOURce]:CURRent:PROTection:DELay
value: float = driver.source.current.protection.delay.get_value()

Sets or queries the fuse delay time.

return

voltage: No help available

set_initial(voltage: float) None[source]
# SCPI: [SOURce]:CURRent:PROTection:DELay:INITial
driver.source.current.protection.delay.set_initial(voltage = 1.0)

Sets or queries the initial fuse delay time once output turns on.

param voltage

No help available

set_value(voltage: float) None[source]
# SCPI: [SOURce]:CURRent:PROTection:DELay
driver.source.current.protection.delay.set_value(voltage = 1.0)

Sets or queries the fuse delay time.

param voltage

No help available