Limit

SCPI Commands

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

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

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

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

return

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

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

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

return

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

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

Sets or queries the current limit at regular charge level.

return

arg_0: Sets the current limit at regular charge level.

get_value() float[source]
# SCPI: BATTery:SIMulator:CURRent:LIMit
value: float = driver.battery.simulator.current.limit.get_value()

Sets or queries the current limit from specific channel.

return

result: No help available

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

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

param arg_0

Sets the current limit at end-of-charge.

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

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

param arg_0

Sets the current limit at end-of-discharge.

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

Sets or queries the current limit at regular charge level.

param arg_0

Sets the current limit at regular charge level.