Limit

SCPI Commands

BATTery:MODel:CURRent:LIMit:EOD
BATTery:MODel:CURRent:LIMit:REGular
BATTery:MODel:CURRent:LIMit:EOC
class LimitCls[source]

Limit commands group definition. 3 total commands, 0 Subgroups, 3 group commands

get_eoc() float[source]
# SCPI: BATTery:MODel:CURRent:LIMit:EOC
value: float = driver.battery.model.current.limit.get_eoc()

Sets or queries the current limit of the battery model at end-of-charge.

return

arg_0: Sets the current limit of the battery model at end-of-charge.

get_eod() float[source]
# SCPI: BATTery:MODel:CURRent:LIMit:EOD
value: float = driver.battery.model.current.limit.get_eod()

Sets or queries the current limit of the battery model at end-of-discharge.

return

arg_0: Sets the current limit of the battery model at end-of-discharge.

get_regular() float[source]
# SCPI: BATTery:MODel:CURRent:LIMit:REGular
value: float = driver.battery.model.current.limit.get_regular()

Sets or queries the current limit of the battery model at regular charge level.

return

arg_0: No help available

set_eoc(arg_0: float) None[source]
# SCPI: BATTery:MODel:CURRent:LIMit:EOC
driver.battery.model.current.limit.set_eoc(arg_0 = 1.0)

Sets or queries the current limit of the battery model at end-of-charge.

param arg_0

Sets the current limit of the battery model at end-of-charge.

set_eod(arg_0: float) None[source]
# SCPI: BATTery:MODel:CURRent:LIMit:EOD
driver.battery.model.current.limit.set_eod(arg_0 = 1.0)

Sets or queries the current limit of the battery model at end-of-discharge.

param arg_0

Sets the current limit of the battery model at end-of-discharge.

set_regular(arg_0: float) None[source]
# SCPI: BATTery:MODel:CURRent:LIMit:REGular
driver.battery.model.current.limit.set_regular(arg_0 = 1.0)

Sets or queries the current limit of the battery model at regular charge level.

param arg_0

No help available