Comment

SCPI Command :

[SENSe]:SWEep:EGATe:TRACe<t>:COMMent
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trace=Trace.Default) str[source]
# [SENSe]:SWEep:EGATe:TRACe<t>:COMMent
value: str = driver.sense.sweep.egate.trace.comment.get(trace = repcap.Trace.Default)

Defines a comment for the gate of a particular trace.

Parameters:

trace – optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)

Returns:

comment: String containing the comment.

set(comment: str, trace=Trace.Default) None[source]
# [SENSe]:SWEep:EGATe:TRACe<t>:COMMent
driver.sense.sweep.egate.trace.comment.set(comment = 'abc', trace = repcap.Trace.Default)

Defines a comment for the gate of a particular trace.

Parameters:
  • comment – String containing the comment.

  • trace – optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)