Gnd
SCPI Command :
CHANnel<*>:GND
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(channel=Channel.Default) bool[source]
# CHANnel<*>:GND value: bool = driver.channel.gnd.get(channel = repcap.Channel.Default)
Connects the signal to the ground.
- Parameters:
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)
- set(user_ground: bool, channel=Channel.Default) None[source]
# CHANnel<*>:GND driver.channel.gnd.set(user_ground = False, channel = repcap.Channel.Default)
Connects the signal to the ground.
- Parameters:
user_ground – OFF | ON
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)