// Sweep State = The sweep is sweeping continuously
// Command Execution = The parser is ready for a command right away.
:TRIGger[:SEQuence][:IMMediate][:REMote]
// Sweep State = The sweep restarts and sweeps continuously. When the sweep gets to the end of the sweep, it continues to sweep. There is NO STATUS information that the end of the sweep has been reached.
// Command Execution = The parser is ready for a command right away
:SENSe:HOLD:FUNC CONT and :TRIG:SING
:SENSe:HOLD:FUNCtion CONTinuous
// Sweep State = The sweep is sweeping continuously.
// Command Execution = The parser is ready for a command right away
:TRIGger[:SEQuence][:REMote]:SINGle
// Sweep State = The sweep restarts and sweeps continuously. When the sweep gets to the end of the sweep, it sets the end of sweep status bit and continues to sweep.
// Command Execution = Further execution is blocked until the end of the sweep.
// Command Execution resumes when the sweep has reached the end of the sweep.
:SENSe:HOLD:FUNC HOLD and :TRIG
:SENSe:HOLD:FUNCtion HOLD
// Sweep State = The sweep is stopped.
// Command Execution = The parser is ready for a command right away
:TRIGger[:SEQuence][:IMMediate][:REMote]
// Sweep State = The command has no effect. The sweep is stopped.
// Command Execution = The parser is ready for a command right away
:SENSe:HOLD:FUNC HOLD and :TRIG:SING
:SENSe:HOLD:FUNCtion HOLD
// Sweep State = The sweep is stopped
// Command Execution = The parser is ready for a command right away.
:TRIGger[:SEQuence][:REMote]:SINGle
// Sweep State = The sweep restarts and sweeps until the end of the sweep, at which point it sets the end of sweep status bit and stops.
// Command Execution = Further execution is blocked until the end of the sweep.
// Command Execution resumes when the sweep has reached the end of the sweep.
:SENSe:HOLD:FUNC SING and :TRIG
:SENSe:HOLD:FUNCtion SINGle
// Sweep State = The sweep does one complete sweep, goes into hold and stops.
// Command Execution = The parser is ready for a command.
:TRIGger[:SEQuence][:IMMediate][:REMote]
// Sweep State = The command has no effect. The sweep is stopped.
// Command Execution = The parser is ready for a command.
:SENSe:HOLD:FUNC SING and :TRIG:SING
:SENSe:HOLD:FUNCtion SINGle
// Sweep State = The sweep does one complete sweep, goes into hold and stops.
// Command Execution = The parser is ready for a command right away.
:TRIGger[:SEQuence][:REMote]:SINGle
// Sweep State = The sweep restarts and sweeps until the end of the sweep, at which point it sets the end of sweep status bit and stops.
// Command Execution = Further execution is blocked until the end of the sweep.
// Command Execution resumes when the sweep has reached the end of the sweep.