Split

SCPI Command :

SYSTem:BASE:DEVice:SPLit
class SplitCls[source]

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

class SplitStruct[source]

Response structure. Fields:

  • Count: int: Number of channels

  • Direction: enums.DirectionHv: Direction of the split

get() SplitStruct[source]
# SCPI: SYSTem:BASE:DEVice:SPLit
value: SplitStruct = driver.system.base.device.split.get()

Splits the instrument into channels or assigns all hardware resources to a single channel. Send this command to the channel with the lowest number (device 0 / channel 1 / assigned instrument 1) . To assign/distribute the available hardware resources to the channels, a reboot is performed automatically after you have changed the number of channels.

return:

structure: for return value, see the help for SplitStruct structure arguments.

set(count: int, direction: DirectionHv) None[source]
# SCPI: SYSTem:BASE:DEVice:SPLit
driver.system.base.device.split.set(count = 1, direction = enums.DirectionHv.HORizontal)

Splits the instrument into channels or assigns all hardware resources to a single channel. Send this command to the channel with the lowest number (device 0 / channel 1 / assigned instrument 1) . To assign/distribute the available hardware resources to the channels, a reboot is performed automatically after you have changed the number of channels.

param count:

Number of channels

param direction:

Direction of the split