Gpu

SCPI Command :

PROGram:GPU:ENABle
class GpuCls[source]

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

get_enable() bool[source]
# SCPI: PROGram:GPU:ENABle
value: bool = driver.program.gpu.get_enable()

Enables the GPU (Graphics Processing Unit) to be used for antenna pattern calculations. Using the GPU accelerates the calculation. Requires a restart.

return:

enable: ON| OFF| 1| 0

set_enable(enable: bool) None[source]
# SCPI: PROGram:GPU:ENABle
driver.program.gpu.set_enable(enable = False)

Enables the GPU (Graphics Processing Unit) to be used for antenna pattern calculations. Using the GPU accelerates the calculation. Requires a restart.

param enable:

ON| OFF| 1| 0