Priority

SCPI Commands

SOURce:PRIority
class PriorityCls[source]

Priority commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(arg_0: str, channel_list: Optional[str] = None) str[source]
# SCPI: SOURce:PRIority
value: str = driver.source.priority.get(arg_0 = r1, channel_list = r1)

Sets or queries the source priority mode.

param arg_0

VOLTage | CURRent | list VOLT Set the source measure unit to operate in voltage priority mode. CURR Set the source measure unit to operate in current priority mode.

param channel_list

list

return

arg_0: VOLTage | CURRent | list VOLT Set the source measure unit to operate in voltage priority mode. CURR Set the source measure unit to operate in current priority mode.

set(arg_0: str) None[source]
# SCPI: SOURce:PRIority
driver.source.priority.set(arg_0 = r1)

Sets or queries the source priority mode.

param arg_0

VOLTage | CURRent | list VOLT Set the source measure unit to operate in voltage priority mode. CURR Set the source measure unit to operate in current priority mode.