NAME

Lab::Moose::Connection - Role for connections.

DESCRIPTION

This role should be consumed by all connections in the Lab::Moose::Connection namespace. It declares the required methods.

Query

my $data = $connection->Query(command => '*IDN?');

Call Write followed by Read.